CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

Cos'è CBZ Maker?

CBZ Maker è un'estensione di Chrome sviluppata da Porphyrius Software, e la sua funzione principale è "Extract Pictures from a webpage and builds a CBZ file".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CBZ Maker

Scarica i file di estensione CBZ Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tired of saving images one by one and make your own CBZ files yourself?

That is a tedious process.

So you want to get your images on the go, read them in your tablet, or on your favourite CBZ reader?

Just use this and magic will happen.

;)                    

Informazioni di Base sull'Estensione

Nome CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
URL Ufficiale https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
Descrizione Extract Pictures from a webpage and builds a CBZ file
Dimensione del File 80.67 KB
Conteggio Installazioni 1,040
Versione Corrente BETA
Ultimo Aggiornamento 2016-08-12
Data di Pubblicazione 2016-08-12
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore Porphyrius Software
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CBZ Maker",
    "version": "1.0.0",
    "description": "Extract Pictures from a webpage and builds a CBZ file",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "jszip.min.js",
                "FileSaver.min.js",
                "cbz-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-3.1.0.min.js",
        "cbz-content.js"
    ],
    "browser_action": {
        "default_title": "Make CBR out of this",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Porfirio Mendez Ocampo",
    "short_name": "CBZLizer",
    "version_name": "BETA"
}