Search Bookmarks for Chrome
Easy find and open your bookmarks.
Cos'è Search Bookmarks for Chrome?
Search Bookmarks for Chrome è un'estensione di Chrome sviluppata da Bruno Basto, e la sua funzione principale è "Easy find and open your bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Bookmarks for Chrome
Scarica i file di estensione Search Bookmarks for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
Descrizione | Easy find and open your bookmarks. |
Dimensione del File | 23.41 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2014-04-11 |
Data di Pubblicazione | 2014-04-11 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Bruno Basto |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |