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
Eメール [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'"
}