Laya Tree

Laya Tree

Laya Tree란 무엇입니까?

Laya Tree은(는) lear12580에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Laya Tree"입니다.

확장 프로그램 스크린샷

screenshot

Laya Tree 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        这是一个给Laya引擎开发者的调试工具,仅在使用Laya引擎制作的H5页面使用,可以在运行时查看编辑Laya项目节点树的浏览器插件,类似于Unity的Hierarchy面板。                    

확장 프로그램 기본 정보

이름 Laya Tree Laya Tree
ID jnmdcbmpmfhnlchjdkcngihpjmgofajm
공식 URL https://chromewebstore.google.com/detail/laya-tree/jnmdcbmpmfhnlchjdkcngihpjmgofajm
설명 Laya Tree
파일 크기 2.43 MB
설치 횟수 2,091
현재 버전 1.0.5
최근 업데이트 2021-11-15
출시 날짜 2020-10-12
평점 5.00/5 총 6 개의 평점
개발자 lear12580
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://womenzhai.cn
도움말 페이지 URL https://womenzhai.cn/articleDetail?article_id=5f6afd44029db26f911a803d
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laya Tree",
    "version": "1.0.5",
    "description": "Laya Tree",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtool.html",
    "manifest_version": 2,
    "icons": {
        "48": "static\/images\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "static\/images\/icon48.png"
    },
    "permissions": [],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}