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
Eメール [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"
}