BurstTab
BurstTab is a fuzzy finder for chrome tabs.
BurstTab là gì?
BurstTab là một tiện ích mở rộng Chrome được phát triển bởi Samarth Wahal, và tính năng chính của nó là "BurstTab is a fuzzy finder for chrome tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BurstTab
Tải xuống các tệp mở rộng BurstTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
URL Chính Thức | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
Mô tả | BurstTab is a fuzzy finder for chrome tabs. |
Kích Thước Tệp | 92.5 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-02-20 |
Ngày Phát Hành | 2015-02-20 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Samarth Wahal |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/LordZamy/BurstTab |
URL Trang Trợ Giúp | https://github.com/LordZamy/BurstTab |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |