SingleFile에 대한 리뷰
SingleFile 제작자: gildas
OmTatSat 님의 리뷰
Thank you, great addon!
Can you please add ability to set path to save?
Upd.
Thank you, this is worked.
i use screentextshot/{page-title} ({date-iso} {time-locale}).html
Also to move to any different folders, not subfolder i use AHK script
~^+y:: ;hot key ctrl shift y
Loop { ; wait until file is exist
sleep, 5000
} Until FileExist("C:\Users\Sat\Downloads\screentextshot\*.html")
Loop Files, C:\Users\Sat\Downloads\screentextshot\*.html ; get created file names from folder
{
Filemove, %A_LoopFileFullPath%, C:\staff\screentextshot\%A_LoopFileName%, 1 ; move to destination folder
ToolTip, Сохранено C:\staff\screentextshot\%A_LoopFileName% ; message
;Msgbox % A_LoopFileFullPath "`nC:\NewPath\" A_LoopFileName A_LoopFileLongPath
Sleep, 2000
ToolTip ; remove message
}
return
Can you please add ability to set path to save?
Upd.
Thank you, this is worked.
i use screentextshot/{page-title} ({date-iso} {time-locale}).html
Also to move to any different folders, not subfolder i use AHK script
~^+y:: ;hot key ctrl shift y
Loop { ; wait until file is exist
sleep, 5000
} Until FileExist("C:\Users\Sat\Downloads\screentextshot\*.html")
Loop Files, C:\Users\Sat\Downloads\screentextshot\*.html ; get created file names from folder
{
Filemove, %A_LoopFileFullPath%, C:\staff\screentextshot\%A_LoopFileName%, 1 ; move to destination folder
ToolTip, Сохранено C:\staff\screentextshot\%A_LoopFileName% ; message
;Msgbox % A_LoopFileFullPath "`nC:\NewPath\" A_LoopFileName A_LoopFileLongPath
Sleep, 2000
ToolTip ; remove message
}
return
개발자 답글
5년 전에 게시됨Thank you for the review. You can save pages in sub-folders of your download folder by delimiting them with "/" in the filename template (see the options page).
Edit: Thank you for the feedback and the additional info.
Edit: Thank you for the feedback and the additional info.
리뷰 965개
- 5점 만점에 1점Prince Antwi 님, 13일 전
- 5점 만점에 5점Firefox 사용자 19048867 님, 17일 전
- 5점 만점에 5점A. Bilmanda 님, 20일 전
- 5점 만점에 5점Firefox 사용자 19016964 님, 한 달 전
- 5점 만점에 5점Firefox 사용자 18680106 님, 2달 전Works exactly as advertised, finally pressing Ctrl+S actually does what it's supposed to instead of making a broken document.
- 5점 만점에 5점Firefox 사용자 18978921 님, 2달 전
- 5점 만점에 5점addonexplorer 님, 2달 전Excellent archival tool! These days you cannot trust that any page will be available or drastically modified in the future.
SingleFile grabs everything or just parts, incredibly usefu and I use this along with Obsidian webclipper + Obsidian. - 5점 만점에 5점Firefox 사용자 18977738 님, 2달 전