PlayingInCanvas

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

Qu'est-ce que PlayingInCanvas ?

PlayingInCanvas est une extension Chrome développée par PlayingInCanvas, et sa fonction principale est "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PlayingInCanvas

Téléchargez les fichiers d'extension PlayingInCanvas au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom PlayingInCanvas PlayingInCanvas
ID dfokedhgmlgbgmkhfhcingaieajhibhb
URL Officiel https://chromewebstore.google.com/detail/playingincanvas/dfokedhgmlgbgmkhfhcingaieajhibhb
Description We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.
Taille du Fichier 37.22 KB
Nombre d'Installations 347
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-03-11
Date de Publication 2020-03-10
Évaluation 4.00/5 Total 1 Évaluations
Développeur PlayingInCanvas
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pic.pirron-rodon.one/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}