CodinGame Sync - Ext
CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
CodinGame Sync - Extคืออะไร?
CodinGame Sync - Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodinGame และคุณลักษณะหลักของมันคือ "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodinGame Sync - Ext
ดาวน์โหลดไฟล์ส่วนขยาย CodinGame Sync - Ext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep Coding! https://www.codingame.com/forum/t/codingame-sync-beta/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldjnbdgcceengbjkalemckffhaajkehd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd |
คำอธิบาย | CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor. |
ขนาดไฟล์ | 44.93 KB |
จำนวนการติดตั้ง | 10,238 |
เวอร์ชันปัจจุบัน | 1.1.1 Ext |
อัปเดตครั้งล่าสุด | 2022-10-06 |
วันที่เผยแพร่ | 2015-12-16 |
คะแนน | 4.52/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | CodinGame |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.codingame.com |
URL หน้าช่วยเหลือ | https://www.codingame.com/forum/t/codingame-sync-beta |
URL หน้านโยบายความเป็นส่วนตัว | https://www.codingame.com/legal/privacy-policy |
ภาษาที่รองรับ | 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" } } |