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
Eメール [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"
}