Quick Tab
A quick way to find the tab you're looking for when you have lots of them open.
Quick Tabとは何ですか?
Quick Tabはhttps://tomlerendu.ukによって開発されたChromeの拡張機能で、その主な機能は「A quick way to find the tab you're looking for when you have lots of them open.」です。
拡張機能のスクリーンショット
Quick Tab拡張機能のCRXファイルをダウンロード
Quick Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open.
Features
- Open with keyboard shortcut
- Search tabs
- Navigate tabs with the arrow keys
- Close tabs with right mouse
- Switch between tabs
Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues 拡張機能の基本情報
| 名前 | |
| ID | bdeifmcaonlafkglbdpbbhkeecjnkipo |
| 公式URL | https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo |
| 説明 | A quick way to find the tab you're looking for when you have lots of them open. |
| ファイルサイズ | 519 KB |
| インストール数 | 6,844 |
| 現在のバージョン | 5.3.1 |
| 最終更新日 | 2020-06-30 |
| 公開日 | 2020-06-30 |
| 評価 | 4.18/5 合計 98 レビュー |
| 開発者 | https://tomlerendu.uk |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tomlerendu/Quick-Tab |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quick Tab",
"version": "5.3.1",
"permissions": [
"tabs",
"storage"
],
"minimum_chrome_version": "53",
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Quick Tab",
"default_popup": "index.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+T",
"mac": "Alt+T",
"chromeos": "Alt+T",
"linux": "Alt+T"
}
}
},
"description": "A quick way to find the tab you're looking for when you have lots of them open.",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": false
}
} | |