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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |