CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

Co to jest CBZ Maker?

CBZ Maker to rozszerzenie Chrome opracowane przez Porphyrius Software, a jego główną funkcją jest „Extract Pictures from a webpage and builds a CBZ file”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CBZ Maker

Pobierz pliki rozszerzeń CBZ Maker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.

;)                    

Podstawowe informacje o rozszerzeniu

Nazwa CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
Oficjalny URL https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
Opis Extract Pictures from a webpage and builds a CBZ file
Rozmiar pliku 80.67 KB
Liczba instalacji 1,040
Aktualna Wersja BETA
Ostatnia Aktualizacja 2016-08-12
Data Publikacji 2016-08-12
Ocena 3.29/5 Łącznie 7 Oceny
Deweloper Porphyrius Software
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}