Crbug-tree

Show a tree of dependent bugs in crbug.com.

什么是Crbug-tree?

Crbug-tree是由mustaq开发的Chrome扩展程序,该扩展的主要功能是“Show a tree of dependent bugs in crbug.com.”。

扩展截图

screenshot
screenshot
screenshot

下载Crbug-tree扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Crbug-tree Crbug-tree
ID cjcdnhafnkeikpigldhhclhjnemlfehe
官方URL https://chromewebstore.google.com/detail/crbug-tree/cjcdnhafnkeikpigldhhclhjnemlfehe
简介 Show a tree of dependent bugs in crbug.com.
文件大小 510 KB
安装次数 205
当前版本 0.2
更新时间 2021-07-03
上架时间 2021-07-02
开发者 mustaq
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}