Chuck Norris Approved Pull Requests

Approve or reject pull requests in the style of Chuck Norris.

Hvad er Chuck Norris Approved Pull Requests?

Chuck Norris Approved Pull Requests er en Chrome-udvidelse udviklet af dimaslz, og dens hovedfunktion er "Approve or reject pull requests in the style of Chuck Norris.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Chuck Norris Approved Pull Requests-udvidelses-CRX-fil

Download Chuck Norris Approved Pull Requests-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
Officiel URL https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
Beskrivelse Approve or reject pull requests in the style of Chuck Norris.
Filstørrelse 544 KB
Antal Installationer 12
Nuværende Version 1.2.8
Senest Opdateret 2016-04-30
Udgivelsesdato 2016-04-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dimaslz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Understøttede Sprog 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"
    }
}