Bulky

Takes screenshots of multiples tabs, in bulk!

什麼是Bulky?

Bulky是由https://bulky.dev開發的Chrome擴展程式,該擴展的主要功能是“Takes screenshots of multiples tabs, in bulk!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bulky擴展crx文件

下載Bulky擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
官方網址 https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
簡介 Takes screenshots of multiples tabs, in bulk!
檔案大小 1.65 MB
安裝次數 165
目前版本 0.1.0
更新時間 2020-10-18
上架時間 2020-10-18
評分 3.67/5 共 3 次評分
開發者 https://bulky.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.bulky.dev
說明頁面URL https://www.bulky.dev
隱私政策頁面URL https://www.betteryoutube.live/policy
支援的語言 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'"
}