CodinGame Sync - Ext

CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.

Wat is CodinGame Sync - Ext?

CodinGame Sync - Ext is een Chrome-extensie ontwikkeld door CodinGame, en de belangrijkste functie is "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CodinGame Sync - Ext

Download CodinGame Sync - Ext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Keep Coding!

https://www.codingame.com/forum/t/codingame-sync-beta/                    

Basisinformatie over de Extensie

Naam CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
Officiële URL https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
Beschrijving CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
Bestandsgrootte 44.93 KB
Aantal Installaties 10,238
Huidige Versie 1.1.1 Ext
Laatst Bijgewerkt 2022-10-06
Publicatiedatum 2015-12-16
Beoordeling 4.52/5 Totaal 29 Beoordelingen
Ontwikkelaar CodinGame
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.codingame.com
Help Pagina-URL https://www.codingame.com/forum/t/codingame-sync-beta
URL van de Privacybeleid Pagina https://www.codingame.com/legal/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame Sync - Ext",
    "version": "1.1.1",
    "version_name": "1.1.1 Ext",
    "minimum_chrome_version": "35",
    "description": "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.",
    "icons": {
        "128": "images\/icon128.png",
        "38": "images\/icon_codingame_sync_01.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-1.8.2.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*.codingame.com\/*",
                "https:\/\/*.codingame.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_title": "CG-Sync"
    }
}