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). 擴展基本資訊
| 名稱 | |
| ID | kifhpjdagaiganbdabkpepncopmbfbal |
| 官方網址 | 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"
}
} | |