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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}