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
官方網址 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\/"
    ]
}