WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Vad är WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub är en Chrome-tillägg utvecklad av Kensuke Nagae, och dess huvudfunktion är "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Tilläggsskärmbilder
Ladda ner WIP Pull Request Unhighlignter for GitHub-förlängningens CRX-fil
Ladda ner WIP Pull Request Unhighlignter for GitHub-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
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äggande Information om Tillägg
Namn | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
Officiell webbadress | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Beskrivning | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Filstorlek | 823 KB |
Antal Installationer | 83 |
Aktuell Version | 2.3.0 |
Senast Uppdaterad | 2019-08-07 |
Publiceringsdatum | 2019-08-06 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Kensuke Nagae |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
Hjälpsida URL | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Stödda Språk | 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" } } |