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
公式URL 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
Eメール [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"
    ]
}