code compiler

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

Co je code compiler?

code compiler je rozšíření Chrome vyvinuté https://realbrain.cc, a jeho hlavní funkcí je „Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření code compiler

Stáhněte si soubory rozšíření code compiler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název code compiler code compiler
ID gofgiijmimddcankdmiiebohdmokbgob
Oficiální URL https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob
Popis Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Velikost souboru 2.56 MB
Počet instalací 410
Aktuální Verze 1.1
Poslední Aktualizace 2023-10-10
Datum Vydání 2023-05-11
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://realbrain.cc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://realbrain.cc/compiler
URL Stránky Nápovědy https://twitter.com/developersharif
URL Stránky Zásad Ochrany Soukromí https://realbrain.cc/compiler/privacy.html
Podporované Jazyky 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"
    ]
}