Bookmark Search
This extension allows you to directly access your bookmarks by name
Was ist Bookmark Search?
Bookmark Search ist eine Chrome-Erweiterung, die von Spencer Anderson entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to directly access your bookmarks by name".
Erweiterungsscreenshots
Bookmark Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bookmark Search |
ID | jbfdkekecbfaikenlmmapondfplejaje |
Offizielle URL | https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje |
Beschreibung | This extension allows you to directly access your bookmarks by name |
Dateigröße | 9.04 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-04-22 |
Veröffentlichungsdatum | 2016-04-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Spencer Anderson |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |