Bookmark Search

This extension allows you to directly access your bookmarks by name

Wat is Bookmark Search?

Bookmark Search is een Chrome-extensie ontwikkeld door Spencer Anderson, en de belangrijkste functie is "This extension allows you to directly access your bookmarks by name".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark Search

Download Bookmark Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
Officiële URL https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
Beschrijving This extension allows you to directly access your bookmarks by name
Bestandsgrootte 9.04 KB
Aantal Installaties 30
Huidige Versie 1.0
Laatst Bijgewerkt 2016-04-22
Publicatiedatum 2016-04-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Spencer Anderson
Betalingswijze free
Ondersteunde Talen 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"
    ]
}