CodinGame Sync - Ext

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

Hvad er CodinGame Sync - Ext?

CodinGame Sync - Ext er en Chrome-udvidelse udviklet af CodinGame, og dens hovedfunktion er "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CodinGame Sync - Ext-udvidelses-CRX-fil

Download CodinGame Sync - Ext-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Keep Coding!

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

Grundlæggende oplysninger om udvidelsen

Navn CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
Officiel URL https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
Beskrivelse CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
Filstørrelse 44.93 KB
Antal Installationer 10,238
Nuværende Version 1.1.1 Ext
Senest Opdateret 2022-10-06
Udgivelsesdato 2015-12-16
Bedømmelse 4.52/5 Samlet 29 Bedømmelser
Udvikler CodinGame
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.codingame.com
Hjælpeside-URL https://www.codingame.com/forum/t/codingame-sync-beta
URL til Fortrolighedspolitik Side https://www.codingame.com/legal/privacy-policy
Understøttede Sprog 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"
    }
}