WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Wat is WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub is een Chrome-extensie ontwikkeld door Kensuke Nagae, en de belangrijkste functie is "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie WIP Pull Request Unhighlignter for GitHub
Download WIP Pull Request Unhighlignter for GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
Officiële URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Beschrijving | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Bestandsgrootte | 823 KB |
Aantal Installaties | 83 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2019-08-07 |
Publicatiedatum | 2019-08-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Kensuke Nagae |
Betalingswijze | free |
Extensiewebsite | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
Help Pagina-URL | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Ondersteunde Talen | 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" } } |