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…

Cos'è Node Package Finder?

Node Package Finder è un'estensione di Chrome sviluppata da Suroor Wijdan & Sakshi Tyagi, e la sua funzione principale è "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Node Package Finder

Scarica i file di estensione Node Package Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Node Package Finder Node Package Finder
ID ilodempbgalegbnmnndlhnlokpapocli
URL Ufficiale https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli
Descrizione An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…
Dimensione del File 126 KB
Conteggio Installazioni 176
Versione Corrente 0.0.9
Ultimo Aggiornamento 2014-10-18
Data di Pubblicazione 2014-10-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Suroor Wijdan & Sakshi Tyagi
Tipo di Pagamento free
Lingue Supportate 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"
    }
}