CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

Wat is CBZ Maker?

CBZ Maker is een Chrome-extensie ontwikkeld door Porphyrius Software, en de belangrijkste functie is "Extract Pictures from a webpage and builds a CBZ file".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CBZ Maker

Download CBZ Maker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.

;)                    

Basisinformatie over de Extensie

Naam CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
Officiële URL https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
Beschrijving Extract Pictures from a webpage and builds a CBZ file
Bestandsgrootte 80.67 KB
Aantal Installaties 1,040
Huidige Versie BETA
Laatst Bijgewerkt 2016-08-12
Publicatiedatum 2016-08-12
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Porphyrius Software
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}