Bulky

Takes screenshots of multiples tabs, in bulk!

Cos'è Bulky?

Bulky è un'estensione di Chrome sviluppata da https://bulky.dev, e la sua funzione principale è "Takes screenshots of multiples tabs, in bulk!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bulky

Scarica i file di estensione Bulky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
URL Ufficiale https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Descrizione Takes screenshots of multiples tabs, in bulk!
Dimensione del File 1.65 MB
Conteggio Installazioni 165
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-10-18
Data di Pubblicazione 2020-10-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://bulky.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.bulky.dev
URL della Pagina di Aiuto https://www.bulky.dev
URL della Pagina della Politica sulla Privacy https://www.betteryoutube.live/policy
Lingue Supportate 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'"
}