Chromite Butler

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

What is Chromite Butler?

Chromite Butler is a Chrome extension developed by sadrul, and its main feature is "Meant to be useful to chromium developers (for buildbot and/or codereview).".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chromite Butler Extension CRX File

Download Chromite Butler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chromite Butler Chromite Butler
ID bhcnanendmgjjeghamaccjnochlnhcgj
Official URL https://chromewebstore.google.com/detail/chromite-butler/bhcnanendmgjjeghamaccjnochlnhcgj
Description Meant to be useful to chromium developers (for buildbot and/or codereview).
File Size 30.32 KB
Installation Count 1,336
Current Version 1.300
Last Updated 2021-06-16
Publish Date 2020-04-13
Rating 4.53/5 Total 19 Ratings
Developer sadrul
Email [email protected]
Payment Type free
Supported Languages 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"
}