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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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