Laya Tree

Laya Tree

What is Laya Tree?

Laya Tree is a Chrome extension developed by lear12580, and its main feature is "Laya Tree".

Extension Screenshots

screenshot

Download Laya Tree Extension CRX File

Download Laya Tree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Laya Tree Laya Tree
ID jnmdcbmpmfhnlchjdkcngihpjmgofajm
Official URL https://chromewebstore.google.com/detail/laya-tree/jnmdcbmpmfhnlchjdkcngihpjmgofajm
Description Laya Tree
File Size 2.43 MB
Installation Count 2,091
Current Version 1.0.5
Last Updated 2021-11-15
Publish Date 2020-10-12
Rating 5.00/5 Total 6 Ratings
Developer lear12580
Email [email protected]
Payment Type free
Extension Website https://womenzhai.cn
Help Page URL https://womenzhai.cn/articleDetail?article_id=5f6afd44029db26f911a803d
Supported Languages 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'"
}