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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
} | |