CBZ Maker

Extract Pictures from a webpage and builds a CBZ file

O que é CBZ Maker?

CBZ Maker é uma extensão do Chrome desenvolvida por Porphyrius Software, e sua principal característica é "Extract Pictures from a webpage and builds a CBZ file".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CBZ Maker

Baixe arquivos de extensão CBZ Maker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

;)                    

Informações Básicas da Extensão

Nome CBZ Maker CBZ Maker
ID noeghnoecamljdddkjjcnijndkghpjpk
URL Oficial https://chromewebstore.google.com/detail/cbz-maker/noeghnoecamljdddkjjcnijndkghpjpk
Descrição Extract Pictures from a webpage and builds a CBZ file
Tamanho do Arquivo 80.67 KB
Contagem de Instalações 1,040
Versão Atual BETA
Última Atualização 2016-08-12
Data de Publicação 2016-08-12
Classificação 3.29/5 Total de 7 Avaliações
Desenvolvedor Porphyrius Software
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}