WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Co to jest WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub to rozszerzenie Chrome opracowane przez Kensuke Nagae, a jego główną funkcją jest „Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WIP Pull Request Unhighlignter for GitHub
Pobierz pliki rozszerzeń WIP Pull Request Unhighlignter for GitHub 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
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
Podstawowe informacje o rozszerzeniu
Nazwa | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
Oficjalny URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Opis | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Rozmiar pliku | 823 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 2.3.0 |
Ostatnia Aktualizacja | 2019-08-07 |
Data Publikacji | 2019-08-06 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Kensuke Nagae |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
Adres URL Strony Pomocy | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |