CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

ما هو CBZ Maker؟

CBZ Maker هو إضافة Chrome تم تطويرها بواسطة Porphyrius Software، والميزة الرئيسية لها هي "Extract Pictures from a webpage and builds a CBZ file".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CBZ Maker

قم بتنزيل ملفات الامتداد CBZ Maker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}