web-comic-to-epub

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

Was ist web-comic-to-epub?

web-comic-to-epub ist eine Chrome-Erweiterung, die von ykrods entwickelt wurde, und ihr Hauptmerkmal ist "Extension that generates fixed layout epub file from images published on the web.".

Erweiterungsscreenshots

screenshot

web-comic-to-epub-Erweiterungs-CRX-Datei herunterladen

Laden Sie web-comic-to-epub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name web-comic-to-epub web-comic-to-epub
ID olbliemchjfgfmdnjmocejnaiaebkpci
Offizielle URL https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci
Beschreibung Extension that generates fixed layout epub file from images published on the web.
Dateigröße 367 KB
Installationsanzahl 135
Aktuelle Version 1.0.1
Letztes Update 2020-01-06
Veröffentlichungsdatum 2020-01-06
Entwickler ykrods
Zahlungsart free
Erweiterungswebsite https://github.com/ykrods/web-comic-to-epub
Hilfeseite URL https://github.com/ykrods/web-comic-to-epub/issues
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web-comic-to-epub",
    "version": "1.0.1",
    "description": "Extension that generates fixed layout epub file from images published on the web.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_popup": "popup.html"
    }
}