code compiler
Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
code compilerคืออะไร?
code compiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://realbrain.cc และคุณลักษณะหลักของมันคือ "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย code compiler
ดาวน์โหลดไฟล์ส่วนขยาย code compiler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free Code Compiler is a Chrome extension that allows developers to compile and run code snippets in various programming languages directly from their browser. With support for popular languages such as C++, Java, Python, and more, this extension offers a user-friendly interface and real-time results to help developers streamline their coding workflow. 100% free code runner.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | code compiler |
ID | gofgiijmimddcankdmiiebohdmokbgob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob |
คำอธิบาย | Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain. |
ขนาดไฟล์ | 2.56 MB |
จำนวนการติดตั้ง | 410 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-10-10 |
วันที่เผยแพร่ | 2023-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://realbrain.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://realbrain.cc/compiler |
URL หน้าช่วยเหลือ | https://twitter.com/developersharif |
URL หน้านโยบายความเป็นส่วนตัว | https://realbrain.cc/compiler/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "code compiler", "version": "1.1", "manifest_version": 3, "description": "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |