Chromite Butler

Meant to be useful to chromium developers (for buildbot and/or codereview).

什么是Chromite Butler?

Chromite Butler是由sadrul开发的Chrome扩展程序,该扩展的主要功能是“Meant to be useful to chromium developers (for buildbot and/or codereview).”。

扩展截图

screenshot
screenshot
screenshot

下载Chromite Butler扩展crx文件

下载Chromite Butler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds some useful information in polygerrit/rietveld and buildbot UIs.

Polygerrit/Rietveld:
 * Shows which file has been LGTMed by owners, which files are missing owner reviews etc.
 * Suggests a list of reviewers for files that still don't have an owner as a reviewer.
 * Allow adding OWNERS to the reviewer list.

Buildbot:
 * Shows the blame-list, and the list of failures for a particular bot.
 * Links to the changed files from for a particular run in a buildbot.                    

扩展基本信息

名称 Chromite Butler Chromite Butler
ID bhcnanendmgjjeghamaccjnochlnhcgj
官方URL https://chromewebstore.google.com/detail/chromite-butler/bhcnanendmgjjeghamaccjnochlnhcgj
简介 Meant to be useful to chromium developers (for buildbot and/or codereview).
文件大小 30.32 KB
安装次数 1,336
当前版本 1.300
更新时间 2021-06-16
上架时间 2020-04-13
评分 4.53/5 共19次评分
开发者 sadrul
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "buildbot.css"
            ],
            "js": [
                "buildbot.js"
            ],
            "matches": [
                "*:\/\/build.chromium.org\/p\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "xsrf.js",
                "rietveld.js"
            ],
            "matches": [
                "*:\/\/codereview.chromium.org\/*",
                "*:\/\/chromiumcodereview.appspot.com\/*",
                "*:\/\/chromium-review.googlesource.com\/*",
                "*:\/\/dawn-review.googlesource.com\/*",
                "*:\/\/polymer2-chromium-review.googlesource.com\/*",
                "*:\/\/polymer1-chromium-review.googlesource.com\/*",
                "*:\/\/canary-chromium-review.googlesource.com\/*",
                "*:\/\/gerrit-review.googlesource.com\/*",
                "*:\/\/dawn-review.googlesource.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "edit.js"
            ],
            "matches": [
                "*:\/\/chromium-review.googlesource.com\/butler-edit\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "edit-common.js",
                "gitiles.js"
            ],
            "matches": [
                "*:\/\/chromium.googlesource.com\/chromium\/src\/+\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "backgroundOwnerResolution.js"
        ],
        "persistent": false
    },
    "description": "Meant to be useful to chromium developers (for buildbot and\/or codereview).",
    "manifest_version": 2,
    "name": "Chromite Butler",
    "permissions": [
        "*:\/\/src.chromium.org\/*",
        "*:\/\/chromium.googlesource.com\/*",
        "*:\/\/chromium-review.googlesource.com\/*",
        "*:\/\/dawn-review.googlesource.com\/*",
        "*:\/\/polymer2-chromium-review.googlesource.com\/*",
        "*:\/\/polymer1-chromium-review.googlesource.com\/*",
        "*:\/\/canary-chromium-review.googlesource.com\/*",
        "*:\/\/gerrit-review.googlesource.com\/*",
        "*:\/\/dawn-review.googlesource.com\/*",
        "*:\/\/source.chromium.org\/*"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHPBnm\/sXvNMiizXUuMWTcK0NTnIUt1UGvp2CFJ4XzZ36rYssklYevtzr+pQpXJbKY2GzsKJYksZzvxTuJ6FX+xsWsxs6LPO105YCrvZW6LtONIWIDU7uNjYxJJAhae8atywswyQa2ZSIni+zq3\/ok1tfAapSI0k4vZUBIJRMbZwIDAQAB",
    "version": "1.300"
}