Gulp Blacklist Marker

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

Co je Gulp Blacklist Marker?

Gulp Blacklist Marker je rozšíření Chrome vyvinuté https://sirlisko.com, a jeho hlavní funkcí je „it marks blacklisted gulp modules when browsing (NPM and GitHub).“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Gulp Blacklist Marker

Stáhněte si soubory rozšíření Gulp Blacklist Marker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
Oficiální URL https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Popis it marks blacklisted gulp modules when browsing (NPM and GitHub).
Velikost souboru 37.67 KB
Počet instalací 20
Aktuální Verze 0.3.1
Poslední Aktualizace 2019-03-29
Datum Vydání 2019-03-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://sirlisko.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sirlisko.com/blog/gulp-blacklist-marker/
URL Stránky Nápovědy https://github.com/sirLisko/gulp-blacklist-marker
Podporované Jazyky 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"
    }
}