Chuck Norris Approved Pull Requests

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

Vad är Chuck Norris Approved Pull Requests?

Chuck Norris Approved Pull Requests är en Chrome-tillägg utvecklad av dimaslz, och dess huvudfunktion är "Approve or reject pull requests in the style of Chuck Norris.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chuck Norris Approved Pull Requests-förlängningens CRX-fil

Ladda ner Chuck Norris Approved Pull Requests-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
Officiell webbadress https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
Beskrivning Approve or reject pull requests in the style of Chuck Norris.
Filstorlek 544 KB
Antal Installationer 12
Aktuell Version 1.2.8
Senast Uppdaterad 2016-04-30
Publiceringsdatum 2016-04-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare dimaslz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Stödda Språk 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"
    }
}