Chromite Butler
Meant to be useful to chromium developers (for buildbot and/or codereview).
O que é Chromite Butler?
Chromite Butler é uma extensão do Chrome desenvolvida por sadrul, e sua principal característica é "Meant to be useful to chromium developers (for buildbot and/or codereview).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chromite Butler
Baixe arquivos de extensão Chromite Butler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Chromite Butler |
ID | bhcnanendmgjjeghamaccjnochlnhcgj |
URL Oficial | https://chromewebstore.google.com/detail/chromite-butler/bhcnanendmgjjeghamaccjnochlnhcgj |
Descrição | Meant to be useful to chromium developers (for buildbot and/or codereview). |
Tamanho do Arquivo | 30.32 KB |
Contagem de Instalações | 1,336 |
Versão Atual | 1.300 |
Última Atualização | 2021-06-16 |
Data de Publicação | 2020-04-13 |
Classificação | 4.53/5 Total de 19 Avaliações |
Desenvolvedor | sadrul |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |