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