mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2026-04-28 03:30:44 +00:00
| web-extension | ||
| ex1.png | ||
| ex2.png | ||
| LICENSE | ||
| README.md | ||
save-as-ebook
Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
How to install it
Chrome (tested on v. 52.0.2743.116)
1. Navigate to chrome://extensions/
2. Load unpacked extension ...
3. Select the extension's directory
Firefox (tested on v. 50.0a2)
1. Navigate to about:debugging
2. Load temporary add-on ...
3. Select the extension's directory
Opera (tested on v. 39.0.2256.48)
1. Navigate to opera:extensions
2. Load unpacked extension ...
3. Select the extension's directory
To-Do
- fix all 'epubcheck' errors (https://github.com/IDPF/epubcheck)
-
- there are some issues with relative URLs
- clean & optimize code
- create tests
- convert svg to png
- base64 imgs
- 'save as image' option (render a selection and save it as image instead of text)
- support other formats (mobi, pdf etc.)
- show progress indication (ui/ux)
- show confirmations (ui/ux)
- display errors (ui/ux)
- add settings & options page (ui/ux)

