Análises de SingleFile
SingleFile por gildas
Análise de 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
Resposta do desenvolvedor
publicado há 5 anosThank 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.
961 análises
- Avaliado em 5 de 5por Usuário 19048867 do Firefox, há 3 dias
- Avaliado em 5 de 5por A. Bilmanda, há 6 dias
- Avaliado em 5 de 5por pnkntr, há 14 dias
- Avaliado em 5 de 5por Usuário 19016964 do Firefox, há 18 dias
- Avaliado em 5 de 5por Toukon, há 24 dias
- Avaliado em 5 de 5por Usuário 18680106 do Firefox, há um mêsWorks exactly as advertised, finally pressing Ctrl+S actually does what it's supposed to instead of making a broken document.
- Avaliado em 5 de 5por Usuário 18978921 do Firefox, há um mês
- Avaliado em 5 de 5por addonexplorer, há um mêsExcellent 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. - Avaliado em 5 de 5por Usuário 18977738 do Firefox, há um mês
- Avaliado em 5 de 5por Goston, há 2 meses
- Avaliado em 5 de 5por OverLordGoldDragon, há 2 meses
- Avaliado em 5 de 5por Usuário 18702861 do Firefox, há 2 mesesI rarely give reviews but this one I must. It worked out of box. Can do things even FireShot can't such as saving the page or portion of it in a single html file! Very useful for saving a website or web page on Internet Archive.