OmniTab
Quickly switch tabs using the omnibar
什麼是OmniTab?
OmniTab是由James Kwan開發的Chrome擴展程式,該擴展的主要功能是“Quickly switch tabs using the omnibar”。
擴展截圖
下載OmniTab擴展crx文件
下載OmniTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
擴展基本資訊
名稱 | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
官方網址 | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
簡介 | Quickly switch tabs using the omnibar |
檔案大小 | 63.65 KB |
安裝次數 | 378 |
目前版本 | 1.2.1 |
更新時間 | 2013-02-20 |
上架時間 | 2013-02-20 |
評分 | 4.31/5 共 13 次評分 |
開發者 | James Kwan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |