Chuck Norris Approved Pull Requests
Approve or reject pull requests in the style of Chuck Norris.
Was ist Chuck Norris Approved Pull Requests?
Chuck Norris Approved Pull Requests ist eine Chrome-Erweiterung, die von dimaslz entwickelt wurde, und ihr Hauptmerkmal ist "Approve or reject pull requests in the style of Chuck Norris.".
Erweiterungsscreenshots
Chuck Norris Approved Pull Requests-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chuck Norris Approved Pull Requests-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
Approve or reject pull requests in the style of Chuck Norris. Approved PRs will show the "Chuck Norris approved" stamp. Works on Github, Stash and Bitbucket. Github repo: https://github.com/dimaslz/ChuckNorrisApprovedPullRequest Landing: http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Grundlegende Informationen zur Erweiterung
Name | Chuck Norris Approved Pull Requests |
ID | jdibklgnphdfjbkpaidajehhjofecald |
Offizielle URL | https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald |
Beschreibung | Approve or reject pull requests in the style of Chuck Norris. |
Dateigröße | 544 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.2.8 |
Letztes Update | 2016-04-30 |
Veröffentlichungsdatum | 2016-04-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | dimaslz |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chuck Norris Approved Pull Requests", "author": "Dimas L\u00f3pez Zurita (dimaslz) | [email protected]", "version": "1.2.8", "manifest_version": 2, "description": "Approve or reject pull requests in the style of Chuck Norris.", "web_accessible_resources": [ "*.png" ], "content_scripts": [ { "matches": [ "https:\/\/*\/stash\/projects\/**\/*\/pull-requests\/*", "https:\/\/bitbucket.org\/**\/*\/pull-request*\/*", "https:\/\/github.com\/*", "https:\/\/bitbucket.org\/**\/commits\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |