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)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gulp Blacklist Marker

ดาวน์โหลดไฟล์ส่วนขยาย Gulp Blacklist Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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/
URL หน้าช่วยเหลือ 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"
    }
}