Gulp Blacklist Marker
it marks blacklisted gulp modules when browsing (NPM and GitHub).
ما هو Gulp Blacklist Marker؟
Gulp Blacklist Marker هو إضافة Chrome تم تطويرها بواسطة https://sirlisko.com، والميزة الرئيسية لها هي "it marks blacklisted gulp modules when browsing (NPM and GitHub).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gulp Blacklist Marker
قم بتنزيل ملفات الامتداد Gulp Blacklist Marker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chromes Extension that marks blacklisted gulp modules when browsing NPM and GitHub. It checks NPM (search and module page) and GitHub (repository main page and all the package.json).
معلومات أساسية عن التمديد
الاسم | Gulp Blacklist Marker |
ID | kifhpjdagaiganbdabkpepncopmbfbal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal |
الوصف | it marks blacklisted gulp modules when browsing (NPM and GitHub). |
حجم الملف | 37.67 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.3.1 |
آخر تحديث | 2019-03-29 |
تاريخ النشر | 2019-03-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://sirlisko.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sirlisko.com/blog/gulp-blacklist-marker/ |
عنوان صفحة المساعدة | https://github.com/sirLisko/gulp-blacklist-marker |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gulp Blacklist Marker", "version": "0.3.1", "description": "it marks blacklisted gulp modules when browsing (NPM and GitHub).", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.npmjs.com\/*", "https:\/\/github.com\/*" ], "js": [ "base.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |