Tabs HotSpot
Tabs HotSpot provides Quick Access to a Tab you need via Immediate Search within Opened Tabs.
Tabs HotSpot là gì?
Tabs HotSpot là một tiện ích mở rộng Chrome được phát triển bởi Pavel Reva, và tính năng chính của nó là "Tabs HotSpot provides Quick Access to a Tab you need via Immediate Search within Opened 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 Tabs HotSpot
Tải xuống các tệp mở rộng Tabs HotSpot 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
How to use: 1) Press Alt+F 2) Type few letters you remember from Title or URL of the tab you want to go to 3) Select tab from search results using keyboard Up/Down arrows or mouse and press Enter Extra feature: Alt+Shift+F - allows to immediately switch back the previous tab you've moved from Notes: - There are some technical pages where Chrome disables any scripting, e.g. Extensions, Settings, New Tab, Chrome Webstore and etc. If you hit Alt+F on such pages, then search will appear in new tab and will be closed after you've selected a tab to move to - Hotkeys specified above are set by default. But due to hotkeys policy, which has 'suggestive' nature rather than 'must be', after installing this extension Chrome might decide to not apply some hotkeys. In this case I suggest you to go to Tools->Extensions then scroll down to the bottom of that page and click on 'Configure commands'. Set there: 1) Alt+F for 'Open Tabs HotSpot' 2) Alt+Shift+F for 'Switch back' These hotkeys are suggested for better experience. However, you can set any hotkey you want, just keep in mind possible conflicts with existing hotkeys: For Windows (https://support.google.com/chrome/bin/answer.py?hl=en&answer=157179&topic=25799&ctx=topic) For Mac (https://support.google.com/chrome/bin/answer.py?hl=en&answer=165450&topic=25799&ctx=topic) For Linux (https://support.google.com/chrome/bin/answer.py?hl=en&answer=171571&topic=25799&ctx=topic)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tabs HotSpot |
ID | iinmbankjdcbecmdljnmglpkcbdlfdgh |
URL Chính Thức | https://chromewebstore.google.com/detail/tabs-hotspot/iinmbankjdcbecmdljnmglpkcbdlfdgh |
Mô tả | Tabs HotSpot provides Quick Access to a Tab you need via Immediate Search within Opened Tabs. |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2013-06-14 |
Ngày Phát Hành | 2013-06-14 |
Đánh Giá | 4.00/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Pavel Reva |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs HotSpot", "version": "0.0.5", "manifest_version": 2, "description": "Tabs HotSpot provides Quick Access to a Tab you need via Immediate Search within Opened Tabs.", "background": { "scripts": [ "assets\/libs\/jquery-1.9.1.min.js", "assets\/libs\/ga.js", "assets\/libs\/gajsd.js", "controllers\/background.js" ] }, "options_page": "views\/search.html", "browser_action": { "default_icon": "assets\/img\/icon-128.png", "default_title": "Tabs HotSpot (Alt+F)" }, "icons": { "16": "assets\/img\/icon-16.png", "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "permissions": [ "tabs", "unlimitedStorage", " |