WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Hvad er WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub er en Chrome-udvidelse udviklet af Kensuke Nagae, og dens hovedfunktion er "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Udvidelsesskærmbilleder
Download WIP Pull Request Unhighlignter for GitHub-udvidelses-CRX-fil
Download WIP Pull Request Unhighlignter for GitHub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
Officiel URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Beskrivelse | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Filstørrelse | 823 KB |
Antal Installationer | 83 |
Nuværende Version | 2.3.0 |
Senest Opdateret | 2019-08-07 |
Udgivelsesdato | 2019-08-06 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Kensuke Nagae |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
Hjælpeside-URL | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Understøttede Sprog | 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" } } |