Binder

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

什麼是Binder?

Binder是由Jae Kwak開發的Chrome擴展程式,該擴展的主要功能是“Save commonly used sets of tabs and quickly open them all at once.”。

擴展截圖

screenshot
screenshot
screenshot

下載Binder擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
官方網址 https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
簡介 Save commonly used sets of tabs and quickly open them all at once.
檔案大小 24.26 KB
安裝次數 82
目前版本 1.0.2
更新時間 2018-01-12
上架時間 2018-01-12
評分 5.00/5 共 2 次評分
開發者 Jae Kwak
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}