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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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/                    

擴展基本資訊

名稱 PlayingInCanvas PlayingInCanvas
ID dfokedhgmlgbgmkhfhcingaieajhibhb
官方網址 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\/*"
        ]
    }
}