Node Package Finder
An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…
Qu'est-ce que Node Package Finder ?
Node Package Finder est une extension Chrome développée par Suroor Wijdan & Sakshi Tyagi, et sa fonction principale est "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Node Package Finder
Téléchargez les fichiers d'extension Node Package Finder 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
An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please leave reviews and feedback to improve this. Cheers!
Informations de Base sur l'Extension
Nom | |
ID | ilodempbgalegbnmnndlhnlokpapocli |
URL Officiel | https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli |
Description | An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please… |
Taille du Fichier | 126 KB |
Nombre d'Installations | 176 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2014-10-18 |
Date de Publication | 2014-10-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Suroor Wijdan & Sakshi Tyagi |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Node Package Finder", "version": "0.0.9", "manifest_version": 2, "minimum_chrome_version": "29", "icons": { "128": "icon.png" }, "permissions": [ "identity", "http:\/\/registry.npmjs.org\/", "https:\/\/www.npmjs.org\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" } } |