Codingame 4 Kids
Enable to play 'The Great Escape' with blockly.
Codingame 4 Kids là gì?
Codingame 4 Kids là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Enable to play 'The Great Escape' with blockly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Codingame 4 Kids
Tải xuống các tệp mở rộng Codingame 4 Kids dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Permet d'ultiliser blockly pour jouer à Codingame. Ne marche que sur le "Combat de Bots" => "The Great Escape" (dans Compétition").
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Codingame 4 Kids |
ID | fjpddilelfhopcckbdeceagkcnjlibdb |
URL Chính Thức | https://chromewebstore.google.com/detail/codingame-4-kids/fjpddilelfhopcckbdeceagkcnjlibdb |
Mô tả | Enable to play 'The Great Escape' with blockly. |
Kích Thước Tệp | 1.34 MB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2020-05-21 |
Ngày Phát Hành | 2020-05-21 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |