Find a file
2018-01-20 15:29:53 +02:00
web-extension display shortcuts in the menu 2018-01-20 15:29:53 +02:00
ex2.png update readme.md & screenshot 2017-01-31 19:53:49 +02:00
ex3.png add new example images 2017-10-05 22:43:03 +03:00
ex11.png update readme 2017-10-05 22:58:20 +03:00
LICENSE misc 2016-08-18 13:44:54 +03:00
README.md fixed typo in readme 2017-10-25 20:49:29 +03:00
tests.tar add imgs tests 2016-08-25 13:05:13 +03:00

save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension

alt ex2.png

alt ex3.png

How to install it

From Chrome Web Store

or manually (tested on v. 52.0.2743.116)

1. Navigate to chrome://extensions/
2. Load unpacked extension ...
3. Select the extension's directory

From Firefox Add-ons

or manually (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

Convert .epub to .mobi

sudo apt-get install calibre
ebook-convert "book.epub" "book.mobi"

Added in v1.2.2

  • fixed & & issue in title; Issue # 10

Added in v1.2.1

  • support for hr/br html tags

Added in v1.2

  • BETA: Support for CSS
  • BETA: Create / edit custom Styles
  • No errors from EPUB Validator (http://validator.idpf.org/) + this should fix the Google Play upload issue

Added in v1.1

  • Chapter Editor: option to save changes
  • Chapter Editor: option to remove all chapters
  • persist Chapter Editor changes & chapters after generating an eBook or after a browser restart

To-Do

  • make the Custom Style Editor more user friendly
  • support backup / restore for Custom Styles
  • DONE fix all 'epubcheck' errors (https://github.com/IDPF/epubcheck)
  • clean & optimize code
  • create tests
  • support other formats (mobi, pdf etc.)
  • show confirmations (ui/ux)
  • display errors (ui/ux)
  • DONE support custom style
  • add 'remove from ebook' right click menu action

Credits