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…
Apa itu Node Package Finder?
Node Package Finder adalah ekstensi Chrome yang dikembangkan oleh Suroor Wijdan & Sakshi Tyagi, dan fitur utamanya adalah "An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Node Package Finder
Unduh file ekstensi Node Package Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | ilodempbgalegbnmnndlhnlokpapocli |
URL Resmi | https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli |
Deskripsi | An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please… |
Ukuran File | 126 KB |
Jumlah Instalasi | 176 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2014-10-18 |
Tanggal Publikasi | 2014-10-18 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Suroor Wijdan & Sakshi Tyagi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |