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…
Wat is Node Package Finder?
Node Package Finder is een Chrome-extensie ontwikkeld door Suroor Wijdan & Sakshi Tyagi, en de belangrijkste functie is "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".
Extensie Screenshots
Download het CRX-bestand van de extensie Node Package Finder
Download Node Package Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ilodempbgalegbnmnndlhnlokpapocli |
Officiële URL | https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli |
Beschrijving | An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please… |
Bestandsgrootte | 126 KB |
Aantal Installaties | 176 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2014-10-18 |
Publicatiedatum | 2014-10-18 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Suroor Wijdan & Sakshi Tyagi |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |