Crbug-tree

Show a tree of dependent bugs in crbug.com.

Apa itu Crbug-tree?

Crbug-tree adalah ekstensi Chrome yang dikembangkan oleh mustaq, dan fitur utamanya adalah "Show a tree of dependent bugs in crbug.com.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Crbug-tree

Unduh file ekstensi Crbug-tree dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Crbug-tree Crbug-tree
ID cjcdnhafnkeikpigldhhclhjnemlfehe
URL Resmi https://chromewebstore.google.com/detail/crbug-tree/cjcdnhafnkeikpigldhhclhjnemlfehe
Deskripsi Show a tree of dependent bugs in crbug.com.
Ukuran File 510 KB
Jumlah Instalasi 205
Versi Saat Ini 0.2
Terakhir Diperbarui 2021-07-03
Tanggal Publikasi 2021-07-02
Pengembang mustaq
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}