Bookmark Search

This extension allows you to directly access your bookmarks by name

Vad är Bookmark Search?

Bookmark Search är en Chrome-tillägg utvecklad av Spencer Anderson, och dess huvudfunktion är "This extension allows you to directly access your bookmarks by name".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bookmark Search-förlängningens CRX-fil

Ladda ner Bookmark Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
Officiell webbadress https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
Beskrivning This extension allows you to directly access your bookmarks by name
Filstorlek 9.04 KB
Antal Installationer 30
Aktuell Version 1.0
Senast Uppdaterad 2016-04-22
Publiceringsdatum 2016-04-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Spencer Anderson
Betalningssätt free
Stödda Språk 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"
    ]
}