AwesomeBar
Searches your bookmarks just like the Firefox AwesomeBar.
AwesomeBar là gì?
AwesomeBar là một tiện ích mở rộng Chrome được phát triển bởi http://www.websqueak.co.uk, và tính năng chính của nó là "Searches your bookmarks just like the Firefox AwesomeBar.".
Ả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 AwesomeBar
Tải xuống các tệp mở rộng AwesomeBar 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
Provides Firefox AwesomeBar functionality as a Chrome Extension. Searches your bookmarks and orders in the same manner to the Firefox Awesomebar. To use the extension, type 'ab' in the Omnibar followed by your bookmark search text. What's New in Version 2.0 Refactored entire search algorthim to mirror algorithm used by Firefox. Version 1.3 Fixed searching to prioritize the capital letters at start of words in your favourites. Version 1.2 Improved searching to prioritize the capital letters at start of words in your favourites to give a more accurate seach result. Coming Soon : History and Feeling Lucky searching.. Version 1.1 Improvements in fuzzy logic searching.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epfjibmdcelinmbfeimnfeeggpebleje |
URL Chính Thức | https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje |
Mô tả | Searches your bookmarks just like the Firefox AwesomeBar. |
Kích Thước Tệp | 193 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2013-07-03 |
Ngày Phát Hành | 2013-07-03 |
Đánh Giá | 2.77/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | http://www.websqueak.co.uk |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AwesomeBar", "version": "2.0", "description": "Searches your bookmarks just like the Firefox AwesomeBar.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "omnibox": { "keyword": "ab" }, "background": { "persistent": false, "scripts": [ "search.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "bookmarks", "tabs" ] } |