Bulky

Takes screenshots of multiples tabs, in bulk!

Qu'est-ce que Bulky ?

Bulky est une extension Chrome développée par https://bulky.dev, et sa fonction principale est "Takes screenshots of multiples tabs, in bulk!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bulky

Téléchargez les fichiers d'extension Bulky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
URL Officiel https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Description Takes screenshots of multiples tabs, in bulk!
Taille du Fichier 1.65 MB
Nombre d'Installations 165
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-10-18
Date de Publication 2020-10-18
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://bulky.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bulky.dev
URL de la Page d'Aide https://www.bulky.dev
URL de la Page de Politique de Confidentialité https://www.betteryoutube.live/policy
Langues Prises en Charge 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'"
}