Bulky

Takes screenshots of multiples tabs, in bulk!

O que é Bulky?

Bulky é uma extensão do Chrome desenvolvida por https://bulky.dev, e sua principal característica é "Takes screenshots of multiples tabs, in bulk!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bulky

Baixe arquivos de extensão Bulky 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

                        Bulky, as its name says, excels at taking screenshots in bulk. In bulk, meaning taking screenshots of multiple browser tabs. The process is simple, you select the tabs you want to screenshot, and in what mode, and then just press a button. The output is simply downloaded for you immediately or you are allowed to view the screenshots in the screenshot gallery.                    

Informações Básicas da Extensão

Nome Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
URL Oficial https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Descrição Takes screenshots of multiples tabs, in bulk!
Tamanho do Arquivo 1.65 MB
Contagem de Instalações 165
Versão Atual 0.1.0
Última Atualização 2020-10-18
Data de Publicação 2020-10-18
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://bulky.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bulky.dev
URL da Página de Ajuda https://www.bulky.dev
URL da Página de Política de Privacidade https://www.betteryoutube.live/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Takes screenshots of multiples tabs, in bulk!",
    "default_locale": "en",
    "permissions": [
        "debugger",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tab.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}