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
官方URL 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'"
}