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 |
| 官方網址 | 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"
]
} | |