AwesomeBar

Searches your bookmarks just like the Firefox AwesomeBar.

What is AwesomeBar?

AwesomeBar is a Chrome extension developed by http://www.websqueak.co.uk, and its main feature is "Searches your bookmarks just like the Firefox AwesomeBar.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AwesomeBar Extension CRX File

Download AwesomeBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
Official URL https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje
Description Searches your bookmarks just like the Firefox AwesomeBar.
File Size 193 KB
Installation Count 235
Current Version 2.0
Last Updated 2013-07-03
Publish Date 2013-07-03
Rating 2.77/5 Total 35 Ratings
Developer http://www.websqueak.co.uk
Payment Type free
Supported Languages 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"
    ]
}