Recenzie doplnku SingleFile
SingleFile Autor: gildas
816 recenzií
- 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 5 rokmi
- Hodnotenie: 5 z 5autor: FirefoxUser, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15538612, pred 5 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 5 rokmi
- Hodnotenie: 5 z 5autor: konrad Ständer, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13117754, pred 5 rokmi
- Hodnotenie: 5 z 5autor: celz, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Orelbon, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Daniele, pred 5 rokmiè necessario. Dovrebbe essere parte integrante del browser
- Hodnotenie: 5 z 5autor: OmTatSat, pred 5 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 5 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. - Hodnotenie: 5 z 5autor: ENG-Adel, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13031600, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15526459, pred 5 rokmi
- Hodnotenie: 5 z 5autor: RusMeasure, pred 5 rokmiВеликолепное дополнение, НО с настройками "по умолчанию" не сохраняет все изображения на странице, для того что бы сохраняло ВСЕ, в настройках дополнения нужно выключить пункт "Изображения - группировать дубликаты изображений".
Так же с помощью данного дополнения можно легко и корректно перевести ранее сохраненную страницу .MHT в .HTML.
EN
A great addition, BUT with the default settings does not save all the images on the page, in order to save EVERYTHING, in the add-on settings you need to turn off the "Images - group duplicate images" item.
Also, with the help of this add-on, you can easily and correctly translate a previously saved .MHT page to .HTML.Odpoveď od vývojára
uverejnené pred 5 rokmiThank you for your review! If you are not using Waterfox, then what you are describing is a bug. Feel free to contact me or post an issue (with a sample URL showing the bug) on Github so I can fix it. If you are using Waterfox, this is indeed unfortunately a known issue. - Hodnotenie: 5 z 5autor: 蝙蝠, pred 5 rokmi
- Hodnotenie: 5 z 5autor: debugging, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Eric Klien, pred 5 rokmiThe Auto-save all tabs feature was extremely helpful when I wished to use this as part of an automated solution to read the HTML of a site that was blocking all my standard Linux programs. (So I now run Firefox with the URL in question and then this extension automatically grabs its source code.)
To run Firefox with a URL just type firefox https://example.com. You can set it up to work with a VNC program if you don't want it to display on the screen. - Hodnotenie: 5 z 5autor: kaine, pred 5 rokmiFantastic extension, and it worked on one of the longest Reddit threads I know of (when nothing else did). No flaws, quick execution, and even open source!
Thank you for this!