WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Cos'è WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub è un'estensione di Chrome sviluppata da Kensuke Nagae, e la sua funzione principale è "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WIP Pull Request Unhighlignter for GitHub
Scarica i file di estensione WIP Pull Request Unhighlignter for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | plebohahijhmebohbcifnaccfkjdgppe |
| URL Ufficiale | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
| Descrizione | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
| Dimensione del File | 823 KB |
| Conteggio Installazioni | 83 |
| Versione Corrente | 2.3.0 |
| Ultimo Aggiornamento | 2019-08-07 |
| Data di Pubblicazione | 2019-08-06 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Kensuke Nagae |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
| URL della Pagina di Aiuto | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
| Lingue Supportate | 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"
}
} | |