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 |
官方URL | 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" ] } |