Gulp Blacklist Marker

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

Wat is Gulp Blacklist Marker?

Gulp Blacklist Marker is een Chrome-extensie ontwikkeld door https://sirlisko.com, en de belangrijkste functie is "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gulp Blacklist Marker

Download Gulp Blacklist Marker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
Officiële URL https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Beschrijving it marks blacklisted gulp modules when browsing (NPM and GitHub).
Bestandsgrootte 37.67 KB
Aantal Installaties 20
Huidige Versie 0.3.1
Laatst Bijgewerkt 2019-03-29
Publicatiedatum 2019-03-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://sirlisko.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sirlisko.com/blog/gulp-blacklist-marker/
Help Pagina-URL https://github.com/sirLisko/gulp-blacklist-marker
Ondersteunde Talen 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"
    }
}