Gulp Blacklist Marker

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

Cos'è Gulp Blacklist Marker?

Gulp Blacklist Marker è un'estensione di Chrome sviluppata da https://sirlisko.com, e la sua funzione principale è "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gulp Blacklist Marker

Scarica i file di estensione Gulp Blacklist Marker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
URL Ufficiale https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Descrizione it marks blacklisted gulp modules when browsing (NPM and GitHub).
Dimensione del File 37.67 KB
Conteggio Installazioni 20
Versione Corrente 0.3.1
Ultimo Aggiornamento 2019-03-29
Data di Pubblicazione 2019-03-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sirlisko.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sirlisko.com/blog/gulp-blacklist-marker/
URL della Pagina di Aiuto https://github.com/sirLisko/gulp-blacklist-marker
Lingue Supportate 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"
    }
}