code compiler
Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Co to jest code compiler?
code compiler to rozszerzenie Chrome opracowane przez https://realbrain.cc, a jego główną funkcją jest „Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia code compiler
Pobierz pliki rozszerzeń code compiler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | code compiler |
ID | gofgiijmimddcankdmiiebohdmokbgob |
Oficjalny URL | https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob |
Opis | Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain. |
Rozmiar pliku | 2.56 MB |
Liczba instalacji | 410 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-10-10 |
Data Publikacji | 2023-05-11 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | https://realbrain.cc |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://realbrain.cc/compiler |
Adres URL Strony Pomocy | https://twitter.com/developersharif |
Adres URL Strony Polityki Prywatności | https://realbrain.cc/compiler/privacy.html |
Obsługiwane Języki | 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" ] } |