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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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