OLD | NEW |
| (Empty) |
1 <!-- BEGIN AUTHORED CONTENT --> | |
2 <p> | |
3 The savePage API allows you to save a tab as MHTML. | |
4 </p> | |
5 | |
6 <p> | |
7 MHTML is a <a href="http://tools.ietf.org/html/rfc2557">standard format</a> | |
8 supported by most browsers. It encapsulates in a single file a page and all | |
9 its resources (CSS files, images..). | |
10 </p> | |
11 | |
12 <p> | |
13 Note that for security reasons a MHTML file can only be loaded from the file | |
14 system and that it can only be loaded in the main frame. | |
15 </p> | |
16 | |
17 <h2 id="manifest">Manifest</h2> | |
18 | |
19 <p> | |
20 The savePage API is currently | |
21 experimental, so you must declare the "experimental" | |
22 permission to use it. | |
23 | |
24 <!-- END AUTHORED CONTENT --> | |
OLD | NEW |