Chuck Norris Approved Pull Requests

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

Co to jest Chuck Norris Approved Pull Requests?

Chuck Norris Approved Pull Requests to rozszerzenie Chrome opracowane przez dimaslz, a jego główną funkcją jest „Approve or reject pull requests in the style of Chuck Norris.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Chuck Norris Approved Pull Requests

Pobierz pliki rozszerzeń Chuck Norris Approved Pull Requests w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
Oficjalny URL https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
Opis Approve or reject pull requests in the style of Chuck Norris.
Rozmiar pliku 544 KB
Liczba instalacji 12
Aktualna Wersja 1.2.8
Ostatnia Aktualizacja 2016-04-30
Data Publikacji 2016-04-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dimaslz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
Obsługiwane Języki 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"
    }
}