NPM Package Search
To use, type 'npm' plus your search term into the url bar.
NPM Package Searchคืออะไร?
NPM Package Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bryan Clark และคุณลักษณะหลักของมันคือ "To use, type 'npm' plus your search term into the url bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPM Package Search
ดาวน์โหลดไฟล์ส่วนขยาย NPM Package Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
JavaScript developer get a shortcut to searching NPM for packages by typing the text 'npm' and then the search term. Like 'npm which' would search the NPM registry for packages with the name 'which'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NPM Package Search |
ID | opeblfahbafpdgaiadfdcefgdhegdnch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/npm-package-search/opeblfahbafpdgaiadfdcefgdhegdnch |
คำอธิบาย | To use, type 'npm' plus your search term into the url bar. |
ขนาดไฟล์ | 6.15 KB |
จำนวนการติดตั้ง | 276 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-04-19 |
วันที่เผยแพร่ | 2017-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Bryan Clark |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/clarkbw/npm-package-search |
URL หน้าช่วยเหลือ | https://github.com/clarkbw/npm-package-search/issues/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPM Package Search", "description": "To use, type 'npm' plus your search term into the url bar.", "homepage_url": "https:\/\/github.com\/clarkbw\/npm-package-search", "version": "1.0", "applications": { "gecko": { "strict_min_version": "52.0a1", "id": "[email protected]" } }, "icons": { "16": "icons\/npm-16.png", "64": "icons\/npm-64.png" }, "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "npm" }, "manifest_version": 2, "permissions": [ "https:\/\/registry.npmjs.org\/" ] } |