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).”。
扩展截图
下载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 |
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" } } |