Binder

Save commonly used sets of tabs and quickly open them all at once.

Binder là gì?

Binder là một tiện ích mở rộng Chrome được phát triển bởi Jae Kwak, và tính năng chính của nó là "Save commonly used sets of tabs and quickly open them all at once.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Binder 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

                        Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets.

Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window.

If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.                    

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

Tên Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
URL Chính Thức https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
Mô tả Save commonly used sets of tabs and quickly open them all at once.
Kích Thước Tệp 24.26 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-01-12
Ngày Phát Hành 2018-01-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jae Kwak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binder",
    "description": "Save commonly used sets of tabs and quickly open them all at once.",
    "version": "1.0.2",
    "icons": {
        "64": "Images\/icon64x64.png"
    },
    "options_page": "manager.html",
    "browser_action": {
        "default_icon": "Images\/icon64x64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "binder"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "bookmarks"
    ]
}