Bulky

Takes screenshots of multiples tabs, in bulk!

Wat is Bulky?

Bulky is een Chrome-extensie ontwikkeld door https://bulky.dev, en de belangrijkste functie is "Takes screenshots of multiples tabs, in bulk!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bulky

Download Bulky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
Officiële URL https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Beschrijving Takes screenshots of multiples tabs, in bulk!
Bestandsgrootte 1.65 MB
Aantal Installaties 165
Huidige Versie 0.1.0
Laatst Bijgewerkt 2020-10-18
Publicatiedatum 2020-10-18
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://bulky.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.bulky.dev
Help Pagina-URL https://www.bulky.dev
URL van de Privacybeleid Pagina https://www.betteryoutube.live/policy
Ondersteunde Talen 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'"
}