npm lookup
Turn selected text on a webpage into an npm package lookup
Qu'est-ce que npm lookup ?
npm lookup est une extension Chrome développée par Michael Wuergler, et sa fonction principale est "Turn selected text on a webpage into an npm package lookup".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension npm lookup
Téléchargez les fichiers d'extension npm lookup 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
Turn selected text into a quick npm package lookup. 1. Select some text on a webpage (like on github's javascript source code viewer) 2. Right click 3. Select `Lookup on npmjs.com` from the context menu. **BOOM!** you have saved precious time. **Pro Tip:** Use this extension all over github's javascript source code viewer. You can select the text inside of `require()` or `import` statements to quickly review the npm profiles of javascript modules.
Informations de Base sur l'Extension
Nom | npm lookup |
ID | ijgbachgpjabdghaghpngjhkmimojodg |
URL Officiel | https://chromewebstore.google.com/detail/npm-lookup/ijgbachgpjabdghaghpngjhkmimojodg |
Description | Turn selected text on a webpage into an npm package lookup |
Taille du Fichier | 7.16 MB |
Nombre d'Installations | 49 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2016-01-25 |
Date de Publication | 2016-01-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Michael Wuergler |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/radiovisual/github-npm-lookup |
URL de la Page d'Aide | https://github.com/radiovisual/github-npm-lookup/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "npm lookup", "version": "2.0.0", "description": "Turn selected text on a webpage into an npm package lookup", "homepage_url": "https:\/\/github.com\/radiovisual\/github-npm-lookup", "manifest_version": 2, "minimum_chrome_version": "38", "icons": { "128": "media\/icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "menu.js" ] } } |