Chuck Norris Approved Pull Requests

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

Cos'è Chuck Norris Approved Pull Requests?

Chuck Norris Approved Pull Requests è un'estensione di Chrome sviluppata da dimaslz, e la sua funzione principale è "Approve or reject pull requests in the style of Chuck Norris.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chuck Norris Approved Pull Requests

Scarica i file di estensione Chuck Norris Approved Pull Requests in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
URL Ufficiale https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
Descrizione Approve or reject pull requests in the style of Chuck Norris.
Dimensione del File 544 KB
Conteggio Installazioni 12
Versione Corrente 1.2.8
Ultimo Aggiornamento 2016-04-30
Data di Pubblicazione 2016-04-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dimaslz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Lingue Supportate 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"
    }
}