Gulp Blacklist Marker
it marks blacklisted gulp modules when browsing (NPM and GitHub).
Co to jest Gulp Blacklist Marker?
Gulp Blacklist Marker to rozszerzenie Chrome opracowane przez https://sirlisko.com, a jego główną funkcją jest „it marks blacklisted gulp modules when browsing (NPM and GitHub).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gulp Blacklist Marker
Pobierz pliki rozszerzeń Gulp Blacklist Marker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Gulp Blacklist Marker |
ID | kifhpjdagaiganbdabkpepncopmbfbal |
Oficjalny URL | https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal |
Opis | it marks blacklisted gulp modules when browsing (NPM and GitHub). |
Rozmiar pliku | 37.67 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 0.3.1 |
Ostatnia Aktualizacja | 2019-03-29 |
Data Publikacji | 2019-03-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://sirlisko.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sirlisko.com/blog/gulp-blacklist-marker/ |
Adres URL Strony Pomocy | https://github.com/sirLisko/gulp-blacklist-marker |
Obsługiwane Języki | 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" } } |