code compiler

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

What is code compiler?

code compiler is a Chrome extension developed by https://realbrain.cc, and its main feature is "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".

Extension Screenshots

screenshot
screenshot
screenshot

Download code compiler Extension CRX File

Download code compiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name code compiler code compiler
ID gofgiijmimddcankdmiiebohdmokbgob
Official URL https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob
Description Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
File Size 2.56 MB
Installation Count 410
Current Version 1.1
Last Updated 2023-10-10
Publish Date 2023-05-11
Rating 5.00/5 Total 6 Ratings
Developer https://realbrain.cc
Email [email protected]
Payment Type free
Extension Website https://realbrain.cc/compiler
Help Page URL https://twitter.com/developersharif
Privacy Policy Page URL https://realbrain.cc/compiler/privacy.html
Supported Languages 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"
    ]
}