GitHub Approve/Deny
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
Was ist GitHub Approve/Deny?
GitHub Approve/Deny ist eine Chrome-Erweiterung, die von Brandon Peters entwickelt wurde, und ihr Hauptmerkmal ist "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.".
Erweiterungsscreenshots
GitHub Approve/Deny-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Approve/Deny-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
Grundlegende Informationen zur Erweiterung
Name | GitHub Approve/Deny |
ID | hcjehejpankhfgchggllpehjoleheidm |
Offizielle URL | https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm |
Beschreibung | Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text. |
Dateigröße | 13.32 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.4 |
Letztes Update | 2015-04-27 |
Veröffentlichungsdatum | 2015-04-27 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Brandon Peters |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/cisox/github-approve-deny |
Hilfeseite URL | https://github.com/cisox/github-approve-deny/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Approve\/Deny", "short_name": "GH Approvals", "version": "1.4", "manifest_version": 2, "description": "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve\/Deny text.", "icons": { "128": "github-approve-deny.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/pull\/*", "http:\/\/github.com\/*\/*\/pull\/*", "https:\/\/www.github.com\/*\/*\/pull\/*", "http:\/\/www.github.com\/*\/*\/pull\/*" ], "js": [ "github-approve-deny.user.js" ] } ] } |