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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}