Gulp Blacklist Marker

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

O que é Gulp Blacklist Marker?

Gulp Blacklist Marker é uma extensão do Chrome desenvolvida por https://sirlisko.com, e sua principal característica é "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gulp Blacklist Marker

Baixe arquivos de extensão Gulp Blacklist Marker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
URL Oficial https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Descrição it marks blacklisted gulp modules when browsing (NPM and GitHub).
Tamanho do Arquivo 37.67 KB
Contagem de Instalações 20
Versão Atual 0.3.1
Última Atualização 2019-03-29
Data de Publicação 2019-03-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://sirlisko.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sirlisko.com/blog/gulp-blacklist-marker/
URL da Página de Ajuda https://github.com/sirLisko/gulp-blacklist-marker
Idiomas Suportados 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"
    }
}