PlayingInCanvas
We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.
什么是PlayingInCanvas?
PlayingInCanvas是由PlayingInCanvas开发的Chrome扩展程序,该扩展的主要功能是“We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.”。
扩展截图
下载PlayingInCanvas扩展crx文件
下载PlayingInCanvas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        PlayCanvas is a web-first Game Engine providing cloud services to collaboratively build web 2D and 3D content.
We are determined in providing a list of editor extensions that empower PlayCanvas and solve case specific problems.
Using this extension you can subscribe and load our libraries directly inside the PlayCanvas editor.
Find out more: https://pic.pirron-rodon.one/                     扩展基本信息
| 名称 |   |  
| ID | dfokedhgmlgbgmkhfhcingaieajhibhb | 
| 官方URL | https://chromewebstore.google.com/detail/playingincanvas/dfokedhgmlgbgmkhfhcingaieajhibhb | 
| 简介 | We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform. | 
| 文件大小 | 37.22 KB | 
| 安装次数 | 347 | 
| 当前版本 | 1.0.3 | 
| 更新时间 | 2020-03-11 | 
| 上架时间 | 2020-03-10 | 
| 评分 | 4.00/5 共1次评分 | 
| 开发者 | PlayingInCanvas | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://pic.pirron-rodon.one/privacy | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlayingInCanvas",
    "description": "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.",
    "homepage_url": "https:\/\/pic.pirron-rodon.one",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icons\/pic-16.png",
        "48": "images\/icons\/pic-48.png",
        "128": "images\/icons\/pic-128.png"
    },
    "browser_action": {
        "default_popup": "app.html",
        "default_title": "PlayingInCanvas"
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "https:\/\/playcanvas.com\/editor\/*",
        "https:\/\/pic.pirron-rodon.one\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/playcanvas.com\/editor\/*"
            ],
            "js": [
                "js\/broadcaster.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/playcanvas.com\/editor\/*"
        ]
    }
}  |  |