AwesomeBar
Searches your bookmarks just like the Firefox AwesomeBar.
AwesomeBarとは何ですか?
AwesomeBarはhttp://www.websqueak.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Searches your bookmarks just like the Firefox AwesomeBar.」です。
拡張機能のスクリーンショット
AwesomeBar拡張機能のCRXファイルをダウンロード
AwesomeBar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | epfjibmdcelinmbfeimnfeeggpebleje |
公式URL | https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje |
説明 | Searches your bookmarks just like the Firefox AwesomeBar. |
ファイルサイズ | 193 KB |
インストール数 | 235 |
現在のバージョン | 2.0 |
最終更新日 | 2013-07-03 |
公開日 | 2013-07-03 |
評価 | 2.77/5 合計 35 レビュー |
開発者 | http://www.websqueak.co.uk |
支払い方法 | free |
対応言語 | 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" ] } |