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
官方網址 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
電子郵箱 [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"
    }
}