Gulp Blacklist Marker

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

Hvad er Gulp Blacklist Marker?

Gulp Blacklist Marker er en Chrome-udvidelse udviklet af https://sirlisko.com, og dens hovedfunktion er "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Gulp Blacklist Marker-udvidelses-CRX-fil

Download Gulp Blacklist Marker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
Officiel URL https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Beskrivelse it marks blacklisted gulp modules when browsing (NPM and GitHub).
Filstørrelse 37.67 KB
Antal Installationer 20
Nuværende Version 0.3.1
Senest Opdateret 2019-03-29
Udgivelsesdato 2019-03-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://sirlisko.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sirlisko.com/blog/gulp-blacklist-marker/
Hjælpeside-URL https://github.com/sirLisko/gulp-blacklist-marker
Understøttede Sprog 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"
    }
}