Bulky

Takes screenshots of multiples tabs, in bulk!

Bulky là gì?

Bulky là một tiện ích mở rộng Chrome được phát triển bởi https://bulky.dev, và tính năng chính của nó là "Takes screenshots of multiples tabs, in bulk!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bulky

Tải xuống các tệp mở rộng Bulky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bulky Bulky
ID chneeiddjpmojnpmpkofoccdhoilghpi
URL Chính Thức https://chromewebstore.google.com/detail/bulky/chneeiddjpmojnpmpkofoccdhoilghpi
Mô tả Takes screenshots of multiples tabs, in bulk!
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-10-18
Ngày Phát Hành 2020-10-18
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://bulky.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bulky.dev
URL Trang Trợ Giúp https://www.bulky.dev
URL Trang Chính Sách Bảo Mật https://www.betteryoutube.live/policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}