PlayingInCanvas

We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.

Was ist PlayingInCanvas?

PlayingInCanvas ist eine Chrome-Erweiterung, die von PlayingInCanvas entwickelt wurde, und ihr Hauptmerkmal ist "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PlayingInCanvas-Erweiterungs-CRX-Datei herunterladen

Laden Sie PlayingInCanvas-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name PlayingInCanvas PlayingInCanvas
ID dfokedhgmlgbgmkhfhcingaieajhibhb
Offizielle URL https://chromewebstore.google.com/detail/playingincanvas/dfokedhgmlgbgmkhfhcingaieajhibhb
Beschreibung We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.
Dateigröße 37.22 KB
Installationsanzahl 347
Aktuelle Version 1.0.3
Letztes Update 2020-03-11
Veröffentlichungsdatum 2020-03-10
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler PlayingInCanvas
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://pic.pirron-rodon.one/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}