CodinGame Sync - Ext

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

What is CodinGame Sync - Ext?

CodinGame Sync - Ext is a Chrome extension developed by CodinGame, and its main feature is "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CodinGame Sync - Ext Extension CRX File

Download CodinGame Sync - Ext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Keep Coding!

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

Extension Basic Information

Name CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
Official URL https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
Description CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
File Size 44.93 KB
Installation Count 10,238
Current Version 1.1.1 Ext
Last Updated 2022-10-06
Publish Date 2015-12-16
Rating 4.52/5 Total 29 Ratings
Developer CodinGame
Email [email protected]
Payment Type free
Extension Website https://www.codingame.com
Help Page URL https://www.codingame.com/forum/t/codingame-sync-beta
Privacy Policy Page URL https://www.codingame.com/legal/privacy-policy
Supported Languages 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"
    }
}