Tab Hell
Sort of solution of "Tab Hell problem".
什么是Tab Hell?
Tab Hell是由weiz开发的Chrome扩展程序,该扩展的主要功能是“Sort of solution of "Tab Hell problem".”。
扩展截图
下载Tab Hell扩展crx文件
下载Tab Hell扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You have a problem with lots of opened browser tabs? All tabs "needed" but never used?
This extension autoclose forgotten tabs and save list of this tabs.
Additional functions:
- grouping tabs by hostname;
- reload all tabs;
- remove duplicates of tabs; 扩展基本信息
| 名称 | |
| ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
| 官方URL | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
| 简介 | Sort of solution of "Tab Hell problem". |
| 文件大小 | 21.15 KB |
| 安装次数 | 47 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2015-05-07 |
| 上架时间 | 2015-05-07 |
| 评分 | 3.33/5 共3次评分 |
| 开发者 | weiz |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Hell",
"description": "__MSG_extDescription__",
"version": "0.1.2",
"browser_action": {
"default_icon": "tabHell.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"tabs",
"storage",
"alarms"
],
"options_page": "options.html",
"default_locale": "en"
} | |