code compiler

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

code compiler क्या है?

code compiler https://realbrain.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में code compiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम code compiler code compiler
ID gofgiijmimddcankdmiiebohdmokbgob
आधिकारिक URL https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob
विवरण Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
फ़ाइल का आकार 2.56 MB
स्थापना संख्या 410
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-10-10
प्रकाशन तिथि 2023-05-11
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://realbrain.cc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://realbrain.cc/compiler
सहायता पृष्ठ URL https://twitter.com/developersharif
गोपनीयता नीति पृष्ठ URL https://realbrain.cc/compiler/privacy.html
समर्थित भाषाएँ 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"
    ]
}