CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

什麼是CBZ Maker?

CBZ Maker是由Porphyrius Software開發的Chrome擴展程式,該擴展的主要功能是“Extract Pictures from a webpage and builds a CBZ file”。

擴展截圖

screenshot
screenshot

下載CBZ Maker擴展crx文件

下載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
官方網址 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"
}