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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
官方網址 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"
    ]
}