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
公式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
Eメール [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\/*"
        ]
    }
}