Recenzie doplnku SingleFile
SingleFile Autor: gildas
850 recenzií
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13412589, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Bananenschreck, pred 5 rokmi
- Hodnotenie: 5 z 5autor: PRION, pred 5 rokmivery very simple
I liked Mozilla Archive format, but it is not compatible with new version Firefoks. Therefore I look for the capabilitise for save page to read it off line. I Explorer give such functionality. Single file is good add-on - Hodnotenie: 5 z 5autor: Izeadot, pred 5 rokmiLove this add-on. I have been using Singlefile for perhaps a couple of weeks with firefox mobile and so far it has worked flawlessly. Thank you, to the developer!
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 12227369, pred 5 rokmivery good extension. it is different from mhtml, it is html, it save image to base64, not a image.
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15641826, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14790230, pred 5 rokmi
- Hodnotenie: 5 z 5autor: DR, pred 5 rokmiThis works great and better than a PDF export because it preserves the code underneath and the links. It has a host of well thought out options. You can easily export the pages this add-on generates into PDF if needed. An exceptional way to archive pages. Oh yea.. it's also on GIT!
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15316141, pred 5 rokmi
- Hodnotenie: 5 z 5autor: 梁新宇, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Mofiac, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15625783, pred 5 rokmi
- Hodnotenie: 5 z 5autor: cgc, pred 6 rokmi
- Hodnotenie: 5 z 5autor: FirefoxUser, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15538612, pred 6 rokmiAfter Mozzilla removes .mht format I have been using SavePageWE until last week, than I switch to SingleFile. It is, so far, much better for my personal use. It saves all pictures I need and there is one more useful feature - color annotations. Thank you for your your hard work gildas.
- Hodnotenie: 5 z 5autor: brain8891, pred 6 rokmi
- Hodnotenie: 5 z 5autor: konrad Ständer, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13117754, pred 6 rokmi
- Hodnotenie: 5 z 5autor: celz, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Orelbon, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Daniele, pred 6 rokmiè necessario. Dovrebbe essere parte integrante del browser
- Hodnotenie: 5 z 5autor: OmTatSat, pred 6 rokmiThank 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
}
returnOdpoveď od vývojára
uverejnené pred 6 rokmiThank 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.