Codingame 4 Kids
Enable to play 'The Great Escape' with blockly.
Apa itu Codingame 4 Kids?
Codingame 4 Kids adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Enable to play 'The Great Escape' with blockly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Codingame 4 Kids
Unduh file ekstensi Codingame 4 Kids 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
Permet d'ultiliser blockly pour jouer à Codingame. Ne marche que sur le "Combat de Bots" => "The Great Escape" (dans Compétition").
Informasi Dasar Ekstensi
Nama | Codingame 4 Kids |
ID | fjpddilelfhopcckbdeceagkcnjlibdb |
URL Resmi | https://chromewebstore.google.com/detail/codingame-4-kids/fjpddilelfhopcckbdeceagkcnjlibdb |
Deskripsi | Enable to play 'The Great Escape' with blockly. |
Ukuran File | 1.34 MB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 0.9 |
Terakhir Diperbarui | 2020-05-21 |
Tanggal Publikasi | 2020-05-21 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codingame 4 Kids", "manifest_version": 2, "version": "0.9", "description": "Enable to play 'The Great Escape' with blockly.", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http:\/\/www.codingame.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.codingame.com\/*", "http:\/\/www.codingame.com\/*" ], "js": [ ".\/blockly\/blockly_compressed.js", ".\/blockly\/blocks_compressed.js", ".\/blockly\/javascript_compressed.js", ".\/blockly\/msg\/js\/fr.js", ".\/generated\/c4kBlocks.js", ".\/generated\/c4kCode.js", "jquery-2.1.3.min.js", "content.js" ] } ] } |