forked from gildas-lormeau/SingleFile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (10 loc) · 635 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (10 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SingleFile (c) 2011 Gildas Lormeau
SingleFile is a Chrome extension that helps to archive a complete page into a single HTML file.
This fork allows SingleFile to work on file:// URLs.
This fork is not in the Chrome Web Store. To install it, either:
- drag the .crx files from WebContent/ onto Chrome's extensions screen, then tick
the "Allow access to file URLs" for each extension
OR
- enable Developer mode from Chrome's extensions screen and Load each unpacked
extension (WebContent/core and WebContent/ui - you'll also need to set the "dev"
flag to true on line 23 of WebContent/ui/scripts/bg/background.js).