code compiler

Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.

Cos'è code compiler?

code compiler è un'estensione di Chrome sviluppata da https://realbrain.cc, e la sua funzione principale è "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione code compiler

Scarica i file di estensione code compiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome code compiler code compiler
ID gofgiijmimddcankdmiiebohdmokbgob
URL Ufficiale https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob
Descrizione Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Dimensione del File 2.56 MB
Conteggio Installazioni 410
Versione Corrente 1.1
Ultimo Aggiornamento 2023-10-10
Data di Pubblicazione 2023-05-11
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://realbrain.cc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://realbrain.cc/compiler
URL della Pagina di Aiuto https://twitter.com/developersharif
URL della Pagina della Politica sulla Privacy https://realbrain.cc/compiler/privacy.html
Lingue Supportate 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"
    ]
}