Tabular
Easily search open tabs.
Tabularとは何ですか?
Tabularはdhimdisdによって開発されたChromeの拡張機能で、その主な機能は「Easily search open tabs.」です。
拡張機能のスクリーンショット
Tabular拡張機能のCRXファイルをダウンロード
Tabular拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily find and switch between too many open tabs.
Shortcuts:
Open Tabular:
Ctrl/Cmd + Shift + K
Close selected tab:
Ctrl/Cmd + D
Move selection up:
Ctrl/Cmd + K
or
Up arrow key
Move Selection down:
Ctrl/Cmd + J
or
Down arrow key
Close Tabular:
Esc 拡張機能の基本情報
| 名前 | |
| ID | hgkiemddhmglgcdagihobgnafbfcohan |
| 公式URL | https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan |
| 説明 | Easily search open tabs. |
| ファイルサイズ | 120 KB |
| インストール数 | 14 |
| 現在のバージョン | 1.0.4.0 |
| 最終更新日 | 2015-02-22 |
| 公開日 | 2015-02-22 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | dhimdisd |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabular",
"version": "1.0.4.0",
"manifest_version": 2,
"description": "Easily search open tabs.",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"build\/js\/background.js"
]
},
"commands": {
"showTabularPopup": {
"suggested_key": {
"default": "Ctrl+Shift+K"
},
"description": "Show Tabular popup"
}
},
"browser_action": {
"default_icon": "build\/img\/icon16.png",
"default_popup": "build\/popup.html"
},
"icons": {
"16": "build\/img\/icon16.png",
"48": "build\/img\/icon48.png",
"128": "build\/img\/icon128.png"
}
} | |