Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
Cos'è Open bookmark folder?
Open bookmark folder è un'estensione di Chrome sviluppata da Jan Schulz, e la sua funzione principale è "To use, type 'ob' plus a folder name into the Omnibox.".
Scarica il file CRX dell'estensione Open bookmark folder
Scarica i file di estensione Open bookmark folder 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 lets you open all links in a bookmark folder by typing "ob" into the address bar (Chromes "omnibox"). It is a replacement for Operas folder nicknames. To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).
Informazioni di Base sull'Estensione
Nome | Open bookmark folder |
ID | clapomiagkdmpgjclehajclninkdnihd |
URL Ufficiale | https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd |
Descrizione | To use, type 'ob' plus a folder name into the Omnibox. |
Dimensione del File | 22.91 KB |
Conteggio Installazioni | 236 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2014-08-28 |
Data di Pubblicazione | 2014-08-28 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Jan Schulz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JanSchulz/openbookmarks-chrome |
URL della Pagina di Aiuto | https://github.com/JanSchulz/openbookmarks-chrome |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open bookmark folder", "description": "To use, type 'ob' plus a folder name into the Omnibox. ", "version": "0.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "bookmarks" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "ob" }, "manifest_version": 2 } |