Overtab
Visual chrome tab manager that respects your context.
什么是Overtab?
Overtab是由overtab开发的Chrome扩展程序,该扩展的主要功能是“Visual chrome tab manager that respects your context.”。
扩展截图
下载Overtab扩展crx文件
下载Overtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Overtab helps you find your tabs when you've lost track of them.
Features include:
-Screenshots of your tabs.
-Close tabs from the overtab screen.
-Domains are color coded into the overtab screen tab box's border.
-Omni-complete searchbox.
-**Tab-opened tracking arrows** ==>> shows you how you got to a tab when you open new links.
**********************************
************ HOT KEY ************
>>To get to overtab from anywhere in chrome:
⌘ (or) CTRL + SHIFT + a
**********************************
********************************** 扩展基本信息
| 名称 | |
| ID | leceanmnoanolhdkonbapdkplgikipon |
| 官方URL | https://chromewebstore.google.com/detail/overtab/leceanmnoanolhdkonbapdkplgikipon |
| 简介 | Visual chrome tab manager that respects your context. |
| 文件大小 | 641 KB |
| 安装次数 | 557 |
| 当前版本 | 0.8.24 |
| 更新时间 | 2016-02-17 |
| 上架时间 | 2016-02-17 |
| 评分 | 4.00/5 共9次评分 |
| 开发者 | overtab |
| 付费类型 | free |
| 扩展官网 | http://awongh.github.io/overtab/ |
| 帮助页面URL | http://awongh.github.io/overtab/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Overtab",
"description": "Visual chrome tab manager that respects your context.",
"version": "0.8.24",
"default_locale": "en",
"icons": {
"19": "images\/overtab-compact-logo-19.png",
"32": "images\/overtab-logo-32.png",
"38": "images\/overtab-compact-logo-38.png",
"48": "images\/overtab-logo-48.png",
"128": "images\/overtab-logo-128.png"
},
"browser_action": {
"default_title": "tabs",
"default_icon": {
"19": "images\/overtab-compact-logo-19.png",
"38": "images\/overtab-logo-38.png"
}
},
"background": {
"persistent": false,
"scripts": [
"scripts\/background.js"
]
},
"homepage_url": "http:\/\/awongh.github.io\/overtab",
"minimum_chrome_version": "25.0",
"commands": {
"open-overtab": {
"suggested_key": {
"default": "Ctrl+Shift+A"
},
"description": "Open overTab."
}
},
"options_page": "options.html",
"permissions": [
"background",
"tabs",
"storage",
"unlimitedStorage",
"system.memory",
"history",
" | |