PDA

View Full Version : google chrome singleFile



zak
21-07-2011, 09:46
google chrome can save to singleFile: SingleFile helps you to archive a complete page into a single HTML file
just click install button on those two pages:
1-install "SingleFile Core" to use this extension, install it from here: https://chrome.google.com/webstore/detail/jemlklgaibiijojffihnhieihhagocma
2- now install singleFile from here https://chrome.google.com/webstore/detail/mpiodijhokgodhhofbcjdecpffjipkle
how to use:
in the upper right of the web page you want to save click here: 7344

when you see it changed to OK 7345


just ctrl + s to save to complete one page. this is better than filling the hard disk with millions of pictures.
in IE and firefox and opera the ability to save to one page are already implemented.

Petr Schreiber
21-07-2011, 09:54
Hi Zak,

thanks for the tip. Did you examined how does it work? Does it embedd images as raw data to the body of the HTML page?


in IE and firefox and opera the ability to save to one page are already implemented.


Is extension necessary for FF as well? I checked the File menu, and possible options under "Save webpage as", but could not find it.


Thanks,
Petr

zak
21-07-2011, 10:22
Hi Petr
yes they embed images as raw data to the body of the HTML page, the embedded image is something like this:
<html>
<body>
<h2>Image from data</h2>
<img border=0 src=
data:image/gif;base64,R0lGODlhZABkAPY....==
alt="Image from data" />
</body>
</html>
it is base64 coding.
attached a file demonstrate this embed animated GIF heat engine in htm one file only
in firefox there is another plugin to install, so to save to mht like IE does, but not like chrome to html. but they use also base64
PS:
the firefox addon called UnMHT look the picture: it is from tools add-ons
7347

kryton9
22-07-2011, 02:38
Thanks Zak, that will be very useful.