Gulp Blacklist Marker

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

Qu'est-ce que Gulp Blacklist Marker ?

Gulp Blacklist Marker est une extension Chrome développée par https://sirlisko.com, et sa fonction principale est "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gulp Blacklist Marker

Téléchargez les fichiers d'extension Gulp Blacklist Marker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
URL Officiel https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Description it marks blacklisted gulp modules when browsing (NPM and GitHub).
Taille du Fichier 37.67 KB
Nombre d'Installations 20
Version Actuelle 0.3.1
Dernière Mise à Jour 2019-03-29
Date de Publication 2019-03-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sirlisko.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sirlisko.com/blog/gulp-blacklist-marker/
URL de la Page d'Aide https://github.com/sirLisko/gulp-blacklist-marker
Langues Prises en Charge 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"
    }
}