code compiler
Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Wat is code compiler?
code compiler is een Chrome-extensie ontwikkeld door https://realbrain.cc, en de belangrijkste functie is "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".
Extensie Screenshots
Download het CRX-bestand van de extensie code compiler
Download code compiler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gofgiijmimddcankdmiiebohdmokbgob |
| Officiële URL | https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob |
| Beschrijving | Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain. |
| Bestandsgrootte | 2.56 MB |
| Aantal Installaties | 410 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-10-10 |
| Publicatiedatum | 2023-05-11 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://realbrain.cc |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://realbrain.cc/compiler |
| Help Pagina-URL | https://twitter.com/developersharif |
| URL van de Privacybeleid Pagina | https://realbrain.cc/compiler/privacy.html |
| Ondersteunde Talen | 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"
]
} | |