AwesomeBar

Searches your bookmarks just like the Firefox AwesomeBar.

Qu'est-ce que AwesomeBar ?

AwesomeBar est une extension Chrome développée par http://www.websqueak.co.uk, et sa fonction principale est "Searches your bookmarks just like the Firefox AwesomeBar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AwesomeBar

Téléchargez les fichiers d'extension AwesomeBar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
URL Officiel https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje
Description Searches your bookmarks just like the Firefox AwesomeBar.
Taille du Fichier 193 KB
Nombre d'Installations 235
Version Actuelle 2.0
Dernière Mise à Jour 2013-07-03
Date de Publication 2013-07-03
Évaluation 2.77/5 Total 35 Évaluations
Développeur http://www.websqueak.co.uk
Type de Paiement free
Langues Prises en Charge 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"
    ]
}