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
官方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"
    ]
}