Gulp Blacklist Marker
it marks blacklisted gulp modules when browsing (NPM and GitHub).
Vad är Gulp Blacklist Marker?
Gulp Blacklist Marker är en Chrome-tillägg utvecklad av https://sirlisko.com, och dess huvudfunktion är "it marks blacklisted gulp modules when browsing (NPM and GitHub).".
Tilläggsskärmbilder
Ladda ner Gulp Blacklist Marker-förlängningens CRX-fil
Ladda ner Gulp Blacklist Marker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Gulp Blacklist Marker |
ID | kifhpjdagaiganbdabkpepncopmbfbal |
Officiell webbadress | https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal |
Beskrivning | it marks blacklisted gulp modules when browsing (NPM and GitHub). |
Filstorlek | 37.67 KB |
Antal Installationer | 20 |
Aktuell Version | 0.3.1 |
Senast Uppdaterad | 2019-03-29 |
Publiceringsdatum | 2019-03-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://sirlisko.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://sirlisko.com/blog/gulp-blacklist-marker/ |
Hjälpsida URL | https://github.com/sirLisko/gulp-blacklist-marker |
Stödda Språk | 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" } } |