npm lookup
Turn selected text on a webpage into an npm package lookup
Apa itu npm lookup?
npm lookup adalah ekstensi Chrome yang dikembangkan oleh Michael Wuergler, dan fitur utamanya adalah "Turn selected text on a webpage into an npm package lookup".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi npm lookup
Unduh file ekstensi npm lookup 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
Turn selected text into a quick npm package lookup. 1. Select some text on a webpage (like on github's javascript source code viewer) 2. Right click 3. Select `Lookup on npmjs.com` from the context menu. **BOOM!** you have saved precious time. **Pro Tip:** Use this extension all over github's javascript source code viewer. You can select the text inside of `require()` or `import` statements to quickly review the npm profiles of javascript modules.
Informasi Dasar Ekstensi
Nama | npm lookup |
ID | ijgbachgpjabdghaghpngjhkmimojodg |
URL Resmi | https://chromewebstore.google.com/detail/npm-lookup/ijgbachgpjabdghaghpngjhkmimojodg |
Deskripsi | Turn selected text on a webpage into an npm package lookup |
Ukuran File | 7.16 MB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2016-01-25 |
Tanggal Publikasi | 2016-01-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Michael Wuergler |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/radiovisual/github-npm-lookup |
URL Halaman Bantuan | https://github.com/radiovisual/github-npm-lookup/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "npm lookup", "version": "2.0.0", "description": "Turn selected text on a webpage into an npm package lookup", "homepage_url": "https:\/\/github.com\/radiovisual\/github-npm-lookup", "manifest_version": 2, "minimum_chrome_version": "38", "icons": { "128": "media\/icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "menu.js" ] } } |