AwesomeBar

Searches your bookmarks just like the Firefox AwesomeBar.

Co to jest AwesomeBar?

AwesomeBar to rozszerzenie Chrome opracowane przez http://www.websqueak.co.uk, a jego główną funkcją jest „Searches your bookmarks just like the Firefox AwesomeBar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AwesomeBar

Pobierz pliki rozszerzeń AwesomeBar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
Oficjalny URL https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje
Opis Searches your bookmarks just like the Firefox AwesomeBar.
Rozmiar pliku 193 KB
Liczba instalacji 235
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2013-07-03
Data Publikacji 2013-07-03
Ocena 2.77/5 Łącznie 35 Oceny
Deweloper http://www.websqueak.co.uk
Typ Płatności free
Obsługiwane Języki 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"
    ]
}