Crbug-tree

Show a tree of dependent bugs in crbug.com.

O que é Crbug-tree?

Crbug-tree é uma extensão do Chrome desenvolvida por mustaq, e sua principal característica é "Show a tree of dependent bugs in crbug.com.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crbug-tree

Baixe arquivos de extensão Crbug-tree 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

                        Chromium bugs in crbug.com can have many dependent bugs.  This extension shows the dependency as a tree, and flags non-tree dependencies (DAG-like dependencies and cycles).  Also shows a summary of the whole tree.                    

Informações Básicas da Extensão

Nome Crbug-tree Crbug-tree
ID cjcdnhafnkeikpigldhhclhjnemlfehe
URL Oficial https://chromewebstore.google.com/detail/crbug-tree/cjcdnhafnkeikpigldhhclhjnemlfehe
Descrição Show a tree of dependent bugs in crbug.com.
Tamanho do Arquivo 510 KB
Contagem de Instalações 205
Versão Atual 0.2
Última Atualização 2021-07-03
Data de Publicação 2021-07-02
Desenvolvedor mustaq
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crbug-tree",
    "description": "Show a tree of dependent bugs in crbug.com.",
    "version": "0.2",
    "manifest_version": 2,
    "icons": {
        "128": "res\/crbug-tree.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bugs.chromium.org\/p\/*\/issues\/detail?id=*"
            ],
            "js": [
                "custom-elements.min.js",
                "crbug.js"
            ],
            "run_at": "document_end"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjp6hv+wochDcvPH0dQDezxXY03UGm65uKZDYJP\/PcLlAVfvO2MJZXOM6lIFmrUo8V\/srieurvYiwIyTPUi41M3SyCnui8wdHaxpsuOdkO1FNJhC45dn474+B+iyea\/z3P3XdI\/Vf2SM5m6lOoiSZGH9lazo5DhTsxpMnxiGS4z9OgzUaJ6gBuUw3Lyf5GOtz0l6Zcz\/YtZpJjKAEms0ZbJrVgL\/+7Mf2Ftt7Xux3zoy1hgVqZQsR4z+IO2LUJdnfNLwcOVBkoptfaAoghGzoh804QI44PrTnaccMI27rwouFGTxXTNiQUCvKZFUCIDfb7HNb3KsWkX3DUjvTDKBLxwIDAQAB"
}