code compiler

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

ما هو code compiler؟

code compiler هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة code compiler

قم بتنزيل ملفات الامتداد code compiler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://twitter.com/developersharif
عنوان صفحة سياسة الخصوصية 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"
    ]
}