code compiler
Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
code compiler là gì?
code compiler là một tiện ích mở rộng Chrome được phát triển bởi https://realbrain.cc, và tính năng chính của nó là "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng code compiler
Tải xuống các tệp mở rộng code compiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | code compiler |
ID | gofgiijmimddcankdmiiebohdmokbgob |
URL Chính Thức | https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob |
Mô tả | Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain. |
Kích Thước Tệp | 2.56 MB |
Số Lần Cài Đặt | 410 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-10-10 |
Ngày Phát Hành | 2023-05-11 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://realbrain.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://realbrain.cc/compiler |
URL Trang Trợ Giúp | https://twitter.com/developersharif |
URL Trang Chính Sách Bảo Mật | https://realbrain.cc/compiler/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |