WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Co je WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub je rozšíření Chrome vyvinuté Kensuke Nagae, a jeho hlavní funkcí je „Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WIP Pull Request Unhighlignter for GitHub
Stáhněte si soubory rozšíření WIP Pull Request Unhighlignter for GitHub ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
Oficiální URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Popis | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Velikost souboru | 823 KB |
Počet instalací | 83 |
Aktuální Verze | 2.3.0 |
Poslední Aktualizace | 2019-08-07 |
Datum Vydání | 2019-08-06 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Kensuke Nagae |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
URL Stránky Nápovědy | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Podporované Jazyky | 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" } } |