Do Not Merge WIP for GitHub
You do not merge *WIP* pull request!
Cos'è Do Not Merge WIP for GitHub?
Do Not Merge WIP for GitHub è un'estensione di Chrome sviluppata da sanemat, e la sua funzione principale è "You do not merge *WIP* pull request!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Do Not Merge WIP for GitHub
Scarica i file di estensione Do Not Merge WIP 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
You can't merge *WIP* pull request!
Usage:
- Put [wip] or [Do Not Merge] on the title of the pull request
- It works! Informazioni di Base sull'Estensione
| Nome | |
| ID | nimelepbpejjlbmoobocpfnjhihnpked |
| URL Ufficiale | https://chromewebstore.google.com/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked |
| Descrizione | You do not merge *WIP* pull request! |
| Dimensione del File | 17.07 KB |
| Conteggio Installazioni | 1,069 |
| Versione Corrente | 2.0.3 |
| Ultimo Aggiornamento | 2023-04-02 |
| Data di Pubblicazione | 2019-11-03 |
| Valutazione | 4.17/5 Totale 6 Valutazioni |
| Sviluppatore | sanemat |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sanemat/do-not-merge-wip-for-github |
| URL della Pagina di Aiuto | https://github.com/sanemat/do-not-merge-wip-for-github/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "2.0.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon2-16.png",
"128": "images\/icon2-128.png"
},
"permissions": [],
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*\/pull\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |