Crbug-tree

Show a tree of dependent bugs in crbug.com.

Qu'est-ce que Crbug-tree ?

Crbug-tree est une extension Chrome développée par mustaq, et sa fonction principale est "Show a tree of dependent bugs in crbug.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crbug-tree

Téléchargez les fichiers d'extension Crbug-tree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crbug-tree Crbug-tree
ID cjcdnhafnkeikpigldhhclhjnemlfehe
URL Officiel https://chromewebstore.google.com/detail/crbug-tree/cjcdnhafnkeikpigldhhclhjnemlfehe
Description Show a tree of dependent bugs in crbug.com.
Taille du Fichier 510 KB
Nombre d'Installations 205
Version Actuelle 0.2
Dernière Mise à Jour 2021-07-03
Date de Publication 2021-07-02
Développeur mustaq
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}