Gulp Blacklist Marker

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

Gulp Blacklist Marker क्या है?

Gulp Blacklist Marker https://sirlisko.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "it marks blacklisted gulp modules when browsing (NPM and GitHub)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gulp Blacklist Marker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}