SingleFile | 将完整的页面保存到一个 HTML 文件中 的评价
SingleFile | 将完整的页面保存到一个 HTML 文件中 作者: 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
开发者回应
发布于 6 年前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.
1,000 条评价
- 评分 5 / 5来自 Thomas Jung, 16 天前
- 评分 5 / 5来自 Enunciate_Veggie, 23 天前
- 评分 5 / 5来自 Firefox 用户 17810758, 1 个月前Absolument indispensable pour sauvegarder une page facilement. Le menu des préférences mériterait un peu plus de clarté.
- Absolute godsend in most manners the 'save selection' option is exactly what I need. However I'm running into issues with saving show/hide buttons and content it interacts with in forum pages (I can provide a link to an exact page it occurs if needed).
Broken displays be one thing but the page saver won't ever complete if these are present. A fix for this would be greatly appreciated and it would meet and exceed all my needs after. - 评分 5 / 5来自 José Ángel, 1 个月前
- 评分 5 / 5来自 Firefox 用户 13745328, 1 个月前
- 评分 5 / 5来自 Jaxx Thrawn, 2 个月前
- 评分 5 / 5来自 Seän "frostbyte" Shepherd, 2 个月前
- 评分 5 / 5来自 Firefox 用户 15466444, 3 个月前
- 评分 1 / 5来自 Firefox 用户 12923365, 3 个月前
- 评分 5 / 5来自 Firefox 用户 17117224, 5 个月前
- 评分 5 / 5来自 Firefox 用户 19251219, 5 个月前I was looking for a feature similar to Scrapbook, which was available in an earlier version of Firefox Add-on, and I am generally satisfied with SingleFile.
However, there are some areas where it falls short on pages with images.
Many pages display images in a reduced size, and when you click on them, they enlarge, but it is a bit disappointing that you cannot capture the enlarged image.
In many cases, the enlarged images are displayed in a reduced size even if they are stored in a different directory within the same domain.
If this issue were addressed, I would be very satisfied. - 评分 5 / 5来自 Firefox 用户 19242736, 5 个月前
- 评分 5 / 5来自 superfluosity, 5 个月前
- 评分 5 / 5来自 Firefox 用户 13944616, 5 个月前This thing does what it says it does, and super well. I'm really, really happy with how well the extension manages to capture *exactly* what is on the page. It's pretty much perfect.