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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/" ] } |