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 |
| Eメール | [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"
]
} | |