Bulky

Takes screenshots of multiples tabs, in bulk!

What is Bulky?

Bulky is a Chrome extension developed by https://bulky.dev, and its main feature is "Takes screenshots of multiples tabs, in bulk!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bulky Extension CRX File

Download Bulky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
Official URL https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Description Takes screenshots of multiples tabs, in bulk!
File Size 1.65 MB
Installation Count 165
Current Version 0.1.0
Last Updated 2020-10-18
Publish Date 2020-10-18
Rating 3.67/5 Total 3 Ratings
Developer https://bulky.dev
Email [email protected]
Payment Type free
Extension Website https://www.bulky.dev
Help Page URL https://www.bulky.dev
Privacy Policy Page URL https://www.betteryoutube.live/policy
Supported Languages 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'"
}