An open API service indexing awesome lists of open source software.

https://github.com/ykrods/web-comic-to-epub

(chrome extension) Generate fixed layout epub file from images published on the web.
https://github.com/ykrods/web-comic-to-epub

Last synced: about 2 months ago
JSON representation

(chrome extension) Generate fixed layout epub file from images published on the web.

Awesome Lists containing this project

README

        

# web-comic-to-epub

Extension that generates fixed layout epub file from images published on the web.

## supporting site

It works for simple pages where the images of one episode is listed in one page.

## How to Use

1. Open the page that you want to include in epub.
2. Click 'Add as chapter' button.
3. Click 'Open editor' and edit book metadata like title or author.
4. Click 'EXPORT' and download epub.
5. Click 'RESET' if the generated epub has no problem.
6. Enjoy comic!

## Credit

[save-as-ebook](https://github.com/alexadam/save-as-ebook) showed that the feature I want to implement can be created as a chrome extension.