Chuck Norris Approved Pull Requests
Approve or reject pull requests in the style of Chuck Norris.
Wat is Chuck Norris Approved Pull Requests?
Chuck Norris Approved Pull Requests is een Chrome-extensie ontwikkeld door dimaslz, en de belangrijkste functie is "Approve or reject pull requests in the style of Chuck Norris.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chuck Norris Approved Pull Requests
Download Chuck Norris Approved Pull Requests-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
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/
Basisinformatie over de Extensie
Naam | Chuck Norris Approved Pull Requests |
ID | jdibklgnphdfjbkpaidajehhjofecald |
Officiële URL | https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald |
Beschrijving | Approve or reject pull requests in the style of Chuck Norris. |
Bestandsgrootte | 544 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.2.8 |
Laatst Bijgewerkt | 2016-04-30 |
Publicatiedatum | 2016-04-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dimaslz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/ |
Ondersteunde Talen | 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" } } |