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.
- Host: GitHub
- URL: https://github.com/ykrods/web-comic-to-epub
- Owner: ykrods
- License: mit
- Created: 2019-09-16T12:04:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:45:42.000Z (over 2 years ago)
- Last Synced: 2024-03-20T09:21:07.716Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.