AwesomeBar

Searches your bookmarks just like the Firefox AwesomeBar.

Cos'è AwesomeBar?

AwesomeBar è un'estensione di Chrome sviluppata da http://www.websqueak.co.uk, e la sua funzione principale è "Searches your bookmarks just like the Firefox AwesomeBar.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AwesomeBar

Scarica i file di estensione AwesomeBar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
URL Ufficiale https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje
Descrizione Searches your bookmarks just like the Firefox AwesomeBar.
Dimensione del File 193 KB
Conteggio Installazioni 235
Versione Corrente 2.0
Ultimo Aggiornamento 2013-07-03
Data di Pubblicazione 2013-07-03
Valutazione 2.77/5 Totale 35 Valutazioni
Sviluppatore http://www.websqueak.co.uk
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}