Search Bookmarks for Chrome
Easy find and open your bookmarks.
Qu'est-ce que Search Bookmarks for Chrome ?
Search Bookmarks for Chrome est une extension Chrome développée par Bruno Basto, et sa fonction principale est "Easy find and open your bookmarks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Bookmarks for Chrome
Téléchargez les fichiers d'extension Search Bookmarks for Chrome 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
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.
Informations de Base sur l'Extension
Nom | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
URL Officiel | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
Description | Easy find and open your bookmarks. |
Taille du Fichier | 23.41 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2014-04-11 |
Date de Publication | 2014-04-11 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Bruno Basto |
[email protected] | |
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": "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'" } |