Chuck Norris Approved Pull Requests
Approve or reject pull requests in the style of Chuck Norris.
What is Chuck Norris Approved Pull Requests?
Chuck Norris Approved Pull Requests is a Chrome extension developed by dimaslz, and its main feature is "Approve or reject pull requests in the style of Chuck Norris.".
Extension Screenshots
Download Chuck Norris Approved Pull Requests Extension CRX File
Download Chuck Norris Approved Pull Requests extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Chuck Norris Approved Pull Requests |
ID | jdibklgnphdfjbkpaidajehhjofecald |
Official URL | https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald |
Description | Approve or reject pull requests in the style of Chuck Norris. |
File Size | 544 KB |
Installation Count | 12 |
Current Version | 1.2.8 |
Last Updated | 2016-04-30 |
Publish Date | 2016-04-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dimaslz |
[email protected] | |
Payment Type | free |
Extension Website | http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/ |
Supported Languages | 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" } } |