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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}