SingleFile | 将完整的页面保存到一个 HTML 文件中 的评价
SingleFile | 将完整的页面保存到一个 HTML 文件中 作者: gildas
825 条评价
- 评分 5 / 5来自 Firefox 用户 13412589, 5 年前
- 评分 5 / 5来自 Bananenschreck, 5 年前
- 评分 5 / 5来自 Firefox 用户 12227369, 5 年前very good extension. it is different from mhtml, it is html, it save image to base64, not a image.
- 评分 5 / 5来自 Firefox 用户 15641826, 5 年前
- 评分 5 / 5来自 Firefox 用户 14790230, 5 年前
- This 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!
- 评分 5 / 5来自 Firefox 用户 15316141, 5 年前
- 评分 5 / 5来自 Firefox 用户 15625783, 5 年前
- 评分 5 / 5来自 FirefoxUser, 5 年前
- 评分 5 / 5来自 Firefox 用户 15538612, 5 年前After 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.
- 评分 5 / 5来自 konrad Ständer, 5 年前
- 评分 5 / 5来自 Firefox 用户 13117754, 5 年前
- 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开发者回应
发布于 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.