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",
" | |