All Projects → alexadam → Save As Ebook

alexadam / Save As Ebook

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Save As Ebook

Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (-76.54%)
Mutual labels:  ebook, ebooks, epub
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+1070.07%)
Mutual labels:  ebook, ebooks, epub
bookery
Manage all your ebooks and send them to your reader
Stars: ✭ 35 (-96.35%)
Mutual labels:  ebook, epub, ebooks
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (-82.69%)
Mutual labels:  ebook, ebooks, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-74.77%)
Mutual labels:  ebook, ebooks, epub
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (-96.14%)
Mutual labels:  ebook, epub, ebooks
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (-89.89%)
Mutual labels:  ebook, epub, ebooks
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (-67.15%)
Mutual labels:  ebook, epub
Technical Ebooks
PDFs for programming tutorials.
Stars: ✭ 342 (-64.34%)
Mutual labels:  ebook, ebooks
Fundamentals Of Python Data Structures
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
Stars: ✭ 30 (-96.87%)
Mutual labels:  ebook, ebooks
Free Livros
Educação é um direito de todos
Stars: ✭ 433 (-54.85%)
Mutual labels:  ebook, ebooks
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+530.87%)
Mutual labels:  ebook, ebooks
lightnovel epub
🍭 epub generator for (light)novels (轻) 小说 epub 生成器,支持站点:轻之国度、轻小说文库
Stars: ✭ 89 (-90.72%)
Mutual labels:  ebook, epub
Fanficfare
FanFicFare is a tool for making eBooks from stories on fanfiction and other web sites.
Stars: ✭ 359 (-62.57%)
Mutual labels:  ebook, epub
tab-search
WebExtension for keyboard-accessible tab management
Stars: ✭ 102 (-89.36%)
Mutual labels:  webextension, webextensions
Geek Programming Books
Free programing ebooks
Stars: ✭ 412 (-57.04%)
Mutual labels:  ebook, ebooks
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-97.71%)
Mutual labels:  ebook, epub
Epub Press Clients
📦 Clients for building books with EpubPress.
Stars: ✭ 370 (-61.42%)
Mutual labels:  ebook, epub
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (-53.7%)
Mutual labels:  webextension, webextensions
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+206.36%)
Mutual labels:  ebook, epub

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"

Default Keyboard Shortcuts

NOTE These shortcuts are not fixed and the browser will assign a different shortcut if the default one is taken

Shortcut Description
Alt + Shift + 1 Save current page as eBook
Alt + Shift + 2 Save current selection as eBook
Alt + Shift + 3 Add current page as chapter
Alt + Shift + 4 Add current selection as chapter

How to change the default Shortcuts

in Chrome:

1. Navigate to chrome://extensions/
2. Scroll down
3. Click on Keyboard shortcuts

Added in 1.4.2

  • Added MIME type to the generated .epub file

Added in 1.4.1

  • Remove unnecessary permissions
  • Detect image type if the URL doesn't have a file extension (jpg, gif, png)
  • Reset the Busy indicator on errors
  • Remove hidden elements when style is not included
  • Replace iframes with divs

Added in 1.4

  • Smaller ebook file size
  • Fix for #37 - custom styles not applied
  • Fix for #36 - br tag missing from pre blocks
  • Fix for #31 - hanging in Busy state
  • Other misc bug fixes

Added in v1.3.4

  • Fix for MathML - the rendered expression is too large (Issue #26)
  • Add translation in Russian (thanks to @ Emil Khalikov) & Brazilian Portuguese (thanks to @welksonramos)

Added in v1.3

  • Keyboard shortcuts
  • Simplified tool bar menu
  • Misc bug fixes

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

Run Tests (Work in progress...)

cd tests
yarn install  # install puppeteer
node test/index.js  # should start a chrome instance with Save as eBook loaded

# it will generate and save the ebook in ./tmp-downloads

.... 

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].