code compiler
Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Apa itu code compiler?
code compiler adalah ekstensi Chrome yang dikembangkan oleh https://realbrain.cc, dan fitur utamanya adalah "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi code compiler
Unduh file ekstensi code compiler 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
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.
Informasi Dasar Ekstensi
Nama | code compiler |
ID | gofgiijmimddcankdmiiebohdmokbgob |
URL Resmi | https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob |
Deskripsi | Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain. |
Ukuran File | 2.56 MB |
Jumlah Instalasi | 410 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-10-10 |
Tanggal Publikasi | 2023-05-11 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | https://realbrain.cc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://realbrain.cc/compiler |
URL Halaman Bantuan | https://twitter.com/developersharif |
URL Halaman Kebijakan Privasi | https://realbrain.cc/compiler/privacy.html |
Bahasa yang Didukung | 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" ] } |