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文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |