CodeRun

Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!

CodeRun là gì?

CodeRun là một tiện ích mở rộng Chrome được phát triển bởi Akash, và tính năng chính của nó là "Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodeRun

Tải xuống các tệp mở rộng CodeRun 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

                        Introducing a powerful and convenient tool for programmers of all levels, a chrome extension that allows you to execute code in Python, C, C++, Java, Go, and C# with just one click! This extension is designed to make your coding experience faster and more efficient than ever before.

With this extension, you no longer need to switch between multiple programming environments to execute code in different languages. Instead, you can simply open the extension and select the language you want to use. From there, you can enter your code, and with one click, your code will be executed and the results will be displayed.

Whether you're a beginner just starting to learn programming or an experienced developer looking to save time, this extension is the perfect tool for you. With support for multiple languages, you can quickly test code without the hassle of switching between different environments. Plus, the simple and user-friendly interface makes it easy to get started right away.

So why wait? Download the chrome extension now and take your coding skills to the next level!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodeRun CodeRun
ID dfgfbnbpfdocoapnohnaoniilmkflcjn
URL Chính Thức https://chromewebstore.google.com/detail/coderun/dfgfbnbpfdocoapnohnaoniilmkflcjn
Mô tả Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!
Kích Thước Tệp 87.5 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-02-21
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Akash
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.linkedin.com/in/akash-singh8/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Akash",
    "name": "CodeRun",
    "description": "Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        },
        "default_title": "CodeRun",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}