BurstTab
BurstTab is a fuzzy finder for chrome tabs.
什么是BurstTab?
BurstTab是由Samarth Wahal开发的Chrome扩展程序,该扩展的主要功能是“BurstTab is a fuzzy finder for chrome tabs.”。
扩展截图
下载BurstTab扩展crx文件
下载BurstTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BurstTab is a fuzzy tab finder for the chrome browser. Features: - Type text to filter and sort the tabs by best match. - Switch to tab using mouse or keyboard. - Close any tab using mouse or keyboard. Shortcuts: - Ctrl+Shift+L activates the extension. - Ctrl+Shift+; closes the selected tab.
扩展基本信息
名称 | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
官方URL | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
简介 | BurstTab is a fuzzy finder for chrome tabs. |
文件大小 | 92.5 KB |
安装次数 | 29 |
当前版本 | 0.0.3 |
更新时间 | 2015-02-20 |
上架时间 | 2015-02-20 |
评分 | 4.75/5 共4次评分 |
开发者 | Samarth Wahal |
付费类型 | free |
扩展官网 | https://github.com/LordZamy/BurstTab |
帮助页面URL | https://github.com/LordZamy/BurstTab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BurstTab", "version": "0.0.3", "manifest_version": 2, "description": "BurstTab is a fuzzy finder for chrome tabs.", "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BurstTab", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |