Gulp Blacklist Marker

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

Gulp Blacklist Markerとは何ですか?

Gulp Blacklist Markerはhttps://sirlisko.comによって開発されたChromeの拡張機能で、その主な機能は「it marks blacklisted gulp modules when browsing (NPM and GitHub).」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Gulp Blacklist Marker拡張機能のCRXファイルをダウンロード

Gulp Blacklist Marker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
公式URL https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
説明 it marks blacklisted gulp modules when browsing (NPM and GitHub).
ファイルサイズ 37.67 KB
インストール数 20
現在のバージョン 0.3.1
最終更新日 2019-03-29
公開日 2019-03-29
評価 5.00/5 合計 1 レビュー
開発者 https://sirlisko.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sirlisko.com/blog/gulp-blacklist-marker/
ヘルプページのURL https://github.com/sirLisko/gulp-blacklist-marker
対応言語 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"
    }
}