Search Bookmarks for Chrome
Easy find and open your bookmarks.
Wat is Search Bookmarks for Chrome?
Search Bookmarks for Chrome is een Chrome-extensie ontwikkeld door Bruno Basto, en de belangrijkste functie is "Easy find and open your bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Bookmarks for Chrome
Download Search Bookmarks for Chrome-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
This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away. This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab. Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.
Basisinformatie over de Extensie
Naam | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
Officiële URL | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
Beschrijving | Easy find and open your bookmarks. |
Bestandsgrootte | 23.41 KB |
Aantal Installaties | 104 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2014-04-11 |
Publicatiedatum | 2014-04-11 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Bruno Basto |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Bookmarks for Chrome", "description": "Easy find and open your bookmarks.", "version": "1.1.5", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "MacCtrl+E" } } }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "search.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |