web-comic-to-epub

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

Qu'est-ce que web-comic-to-epub ?

web-comic-to-epub est une extension Chrome développée par ykrods, et sa fonction principale est "Extension that generates fixed layout epub file from images published on the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension web-comic-to-epub

Téléchargez les fichiers d'extension web-comic-to-epub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom web-comic-to-epub web-comic-to-epub
ID olbliemchjfgfmdnjmocejnaiaebkpci
URL Officiel https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci
Description Extension that generates fixed layout epub file from images published on the web.
Taille du Fichier 367 KB
Nombre d'Installations 135
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-01-06
Date de Publication 2020-01-06
Développeur ykrods
Type de Paiement free
Site Web de l'Extension https://github.com/ykrods/web-comic-to-epub
URL de la Page d'Aide https://github.com/ykrods/web-comic-to-epub/issues
Langues Prises en Charge 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"
    }
}