Gulp Blacklist Marker

it marks blacklisted gulp modules when browsing (NPM and GitHub).

Apa itu Gulp Blacklist Marker?

Gulp Blacklist Marker adalah ekstensi Chrome yang dikembangkan oleh https://sirlisko.com, dan fitur utamanya adalah "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gulp Blacklist Marker

Unduh file ekstensi Gulp Blacklist Marker 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

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

Informasi Dasar Ekstensi

Nama Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
URL Resmi https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Deskripsi it marks blacklisted gulp modules when browsing (NPM and GitHub).
Ukuran File 37.67 KB
Jumlah Instalasi 20
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2019-03-29
Tanggal Publikasi 2019-03-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://sirlisko.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sirlisko.com/blog/gulp-blacklist-marker/
URL Halaman Bantuan https://github.com/sirLisko/gulp-blacklist-marker
Bahasa yang Didukung 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"
    }
}