Tab Control

Helps users to manage their tabs... especially during exam season!

Tab Controlとは何ですか?

Tab Controlはjulie.xxueによって開発されたChromeの拡張機能で、その主な機能は「Helps users to manage their tabs... especially during exam season!」です。

拡張機能のスクリーンショット

screenshot

Tab Control拡張機能のCRXファイルをダウンロード

Tab Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension that allows you to search through your open tabs.                    

拡張機能の基本情報

名前 Tab Control Tab Control
ID popmafmnbegjdlendkcciihndkolkkek
公式URL https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek
説明 Helps users to manage their tabs... especially during exam season!
ファイルサイズ 157 KB
インストール数 23
現在のバージョン 1.0.1
最終更新日 2016-01-15
公開日 2016-01-15
評価 5.00/5 合計 1 レビュー
開発者 julie.xxue
支払い方法 free
拡張機能のウェブサイト https://github.com/ldreyes/Tab-Control
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "description": "Helps users to manage their tabs... especially during exam season!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": ".\/img\/tab.png",
        "default_popup": "popup.html",
        "default_title": "Tab-Control"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}