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…

What is Node Package Finder?

Node Package Finder is a Chrome extension developed by Suroor Wijdan & Sakshi Tyagi, and its main feature is "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".

Extension Screenshots

screenshot

Download Node Package Finder Extension CRX File

Download Node Package Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Node Package Finder Node Package Finder
ID ilodempbgalegbnmnndlhnlokpapocli
Official URL 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…
File Size 126 KB
Installation Count 176
Current Version 0.0.9
Last Updated 2014-10-18
Publish Date 2014-10-18
Rating 5.00/5 Total 3 Ratings
Developer Suroor Wijdan & Sakshi Tyagi
Payment Type free
Supported Languages 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"
    }
}