Bulky

Takes screenshots of multiples tabs, in bulk!

Co to jest Bulky?

Bulky to rozszerzenie Chrome opracowane przez https://bulky.dev, a jego główną funkcją jest „Takes screenshots of multiples tabs, in bulk!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bulky

Pobierz pliki rozszerzeń Bulky w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
Oficjalny URL https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Opis Takes screenshots of multiples tabs, in bulk!
Rozmiar pliku 1.65 MB
Liczba instalacji 165
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-10-18
Data Publikacji 2020-10-18
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://bulky.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.bulky.dev
Adres URL Strony Pomocy https://www.bulky.dev
Adres URL Strony Polityki Prywatności https://www.betteryoutube.live/policy
Obsługiwane Języki 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'"
}