CodinGame Sync - Ext

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

Apa itu CodinGame Sync - Ext?

CodinGame Sync - Ext adalah ekstensi Chrome yang dikembangkan oleh CodinGame, dan fitur utamanya adalah "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CodinGame Sync - Ext

Unduh file ekstensi CodinGame Sync - Ext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Keep Coding!

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

Informasi Dasar Ekstensi

Nama CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
URL Resmi https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
Deskripsi CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
Ukuran File 44.93 KB
Jumlah Instalasi 10,238
Versi Saat Ini 1.1.1 Ext
Terakhir Diperbarui 2022-10-06
Tanggal Publikasi 2015-12-16
Penilaian 4.52/5 Total 29 Penilaian
Pengembang CodinGame
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.codingame.com
URL Halaman Bantuan https://www.codingame.com/forum/t/codingame-sync-beta
URL Halaman Kebijakan Privasi https://www.codingame.com/legal/privacy-policy
Bahasa yang Didukung 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"
    }
}