Gulp Blacklist Marker

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

Gulp Blacklist Marker là gì?

Gulp Blacklist Marker là một tiện ích mở rộng Chrome được phát triển bởi https://sirlisko.com, và tính năng chính của nó là "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gulp Blacklist Marker

Tải xuống các tệp mở rộng Gulp Blacklist Marker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
URL Chính Thức https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Mô tả it marks blacklisted gulp modules when browsing (NPM and GitHub).
Kích Thước Tệp 37.67 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2019-03-29
Ngày Phát Hành 2019-03-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sirlisko.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sirlisko.com/blog/gulp-blacklist-marker/
URL Trang Trợ Giúp https://github.com/sirLisko/gulp-blacklist-marker
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}