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\/"
    ]
}