TurboTab
Spotlight search for chrome tabs, bookmarks and history!
什么是TurboTab?
TurboTab是由ShuoWu开发的Chrome扩展程序,该扩展的主要功能是“Spotlight search for chrome tabs, bookmarks and history!”。
扩展截图
下载TurboTab扩展crx文件
下载TurboTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TurboTab provide spotlight search for chrome tabs, bookmarks and history, it can perfectly solve your headache if you always have tons of tabs opened in window. NO USER DATA IS COLLECTED BY TURBOTAB!!! Features: 1. Search opened tabs, bookmarks and history from spotlight search bar. 2. Group tabs by domain. 3. Split windows by context menus 4. Prevent duplicated tabs been opened, TurboTab will navigate to existed tab if you are trying to open a duplicated tab. Duplicated tabs can be opened in different window. 5. Powerful keyboard shortcut support.
扩展基本信息
名称 | TurboTab |
ID | kdmkoepjgipnaklodkcldgojbhppcfpl |
官方URL | https://chromewebstore.google.com/detail/turbotab/kdmkoepjgipnaklodkcldgojbhppcfpl |
简介 | Spotlight search for chrome tabs, bookmarks and history! |
文件大小 | 16.29 KB |
安装次数 | 190 |
当前版本 | 0.0.8 |
更新时间 | 2017-02-09 |
上架时间 | 2017-02-09 |
评分 | 3.89/5 共9次评分 |
开发者 | ShuoWu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TurboTab", "version": "0.0.8", "description": "Spotlight search for chrome tabs, bookmarks and history!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L" } }, "group": { "suggested_key": { "default": "Ctrl+Shift+G", "mac": "MacCtrl+Shift+G" }, "description": "Group tabs in current window by domain" } }, "permissions": [ "tabs", "bookmarks", "history", "contextMenus", "storage" ] } |