underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Qu'est-ce que underscore ?
underscore est une extension Chrome développée par ansonairoldi, et sa fonction principale est "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension underscore
Téléchargez les fichiers d'extension underscore 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
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
Informations de Base sur l'Extension
Nom | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
URL Officiel | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Description | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Taille du Fichier | 212 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-07-07 |
Date de Publication | 2018-07-07 |
Développeur | ansonairoldi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ansonlouis/chrome-underscore |
URL de la Page d'Aide | https://github.com/ansonlouis/chrome-underscore |
Langues Prises en Charge | 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": "_" } } |