Tabmaster
Tame your tabs.
什么是Tabmaster?
Tabmaster是由https://www.a9.io开发的Chrome扩展程序,该扩展的主要功能是“Tame your tabs.”。
扩展截图
下载Tabmaster扩展crx文件
下载Tabmaster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Out now: Tabmaster 1.8! Favicons and better window inspection!
If your workflow is full of tabs that you don't need for a while, this extension is a must-have.
Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again.
Useful for:
- Saving something to be read later
- Giving research projects a rest till the next day
- Switching from one workspace to the next
========
1.87: Bug fixes to window preview and favicons.                     扩展基本信息
| 名称 |   |  
| ID | pojgemmobcnjmnpodjmgeofdgojpkepn | 
| 官方URL | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn | 
| 简介 | Tame your tabs. | 
| 文件大小 | 15.77 KB | 
| 安装次数 | 42 | 
| 当前版本 | 1.88 | 
| 更新时间 | 2014-11-28 | 
| 上架时间 | 2014-11-28 | 
| 评分 | 4.43/5 共7次评分 | 
| 开发者 | https://www.a9.io | 
| 付费类型 | free | 
| 扩展官网 | http://a9.io | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabmaster",
    "description": "Tame your tabs.",
    "short_name": "Tame your tabs.",
    "manifest_version": 2,
    "version": "1.88",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Tabmaster",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}  |  |