Bookmark Search

This extension allows you to directly access your bookmarks by name

Qu'est-ce que Bookmark Search ?

Bookmark Search est une extension Chrome développée par Spencer Anderson, et sa fonction principale est "This extension allows you to directly access your bookmarks by name".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark Search

Téléchargez les fichiers d'extension Bookmark Search 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

                        Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? 

Then try this extension out.

Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.                    

Informations de Base sur l'Extension

Nom Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
URL Officiel https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
Description This extension allows you to directly access your bookmarks by name
Taille du Fichier 9.04 KB
Nombre d'Installations 30
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-22
Date de Publication 2016-04-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Spencer Anderson
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "This extension allows you to directly access your bookmarks by name",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "mrk"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}