Chuck Norris Approved Pull Requests

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

Chuck Norris Approved Pull Requestsとは何ですか?

Chuck Norris Approved Pull Requestsはdimaslzによって開発されたChromeの拡張機能で、その主な機能は「Approve or reject pull requests in the style of Chuck Norris.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chuck Norris Approved Pull Requests拡張機能のCRXファイルをダウンロード

Chuck Norris Approved Pull Requests拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Chuck Norris Approved Pull Requests Chuck Norris Approved Pull Requests
ID jdibklgnphdfjbkpaidajehhjofecald
公式URL https://chromewebstore.google.com/detail/chuck-norris-approved-pul/jdibklgnphdfjbkpaidajehhjofecald
説明 Approve or reject pull requests in the style of Chuck Norris.
ファイルサイズ 544 KB
インストール数 12
現在のバージョン 1.2.8
最終更新日 2016-04-30
公開日 2016-04-30
評価 5.00/5 合計 1 レビュー
開発者 dimaslz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://dimaslz.github.io/ChuckNorrisApprovedPullRequest/
対応言語 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"
    }
}