underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Cos'è underscore?
underscore è un'estensione di Chrome sviluppata da ansonairoldi, e la sua funzione principale è "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione underscore
Scarica i file di estensione underscore 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
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation. ----- 1.0.1: fixed breaking issue with underscore https
Informazioni di Base sull'Estensione
Nome | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
URL Ufficiale | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Descrizione | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Dimensione del File | 212 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-07-07 |
Data di Pubblicazione | 2018-07-07 |
Sviluppatore | ansonairoldi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ansonlouis/chrome-underscore |
URL della Pagina di Aiuto | https://github.com/ansonlouis/chrome-underscore |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "underscore", "version": "1.0.1", "manifest_version": 2, "permissions": [], "background": { "persistent": true, "page": ".\/background.html" }, "omnibox": { "keyword": "_" } } |