CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

CBZ Maker क्या है?

CBZ Maker Porphyrius Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract Pictures from a webpage and builds a CBZ file"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CBZ Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.

;)                    

एक्सटेंशन की मूल जानकारी

नाम CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
आधिकारिक URL https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
विवरण Extract Pictures from a webpage and builds a CBZ file
फ़ाइल का आकार 80.67 KB
स्थापना संख्या 1,040
वर्तमान संस्करण BETA
अंतिम अपडेट 2016-08-12
प्रकाशन तिथि 2016-08-12
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर Porphyrius Software
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}