CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

CBZ Maker là gì?

CBZ Maker là một tiện ích mở rộng Chrome được phát triển bởi Porphyrius Software, và tính năng chính của nó là "Extract Pictures from a webpage and builds a CBZ file".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CBZ Maker

Tải xuống các tệp mở rộng CBZ Maker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.

;)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
URL Chính Thức https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
Mô tả Extract Pictures from a webpage and builds a CBZ file
Kích Thước Tệp 80.67 KB
Số Lần Cài Đặt 1,040
Phiên Bản Hiện Tại BETA
Cập Nhật Lần Cuối 2016-08-12
Ngày Phát Hành 2016-08-12
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Porphyrius Software
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}