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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain."입니다.
확장 프로그램 스크린샷
code compiler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |