CodeRun

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

什么是CodeRun?

CodeRun是由Akash开发的Chrome扩展程序,该扩展的主要功能是“Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CodeRun扩展crx文件

下载CodeRun扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 CodeRun CodeRun
ID dfgfbnbpfdocoapnohnaoniilmkflcjn
官方URL https://chromewebstore.google.com/detail/coderun/dfgfbnbpfdocoapnohnaoniilmkflcjn
简介 Code execution made easy - run Python, C, C++, Java, and more, all in one place. Save time and streamline your coding workflow!
文件大小 87.5 KB
安装次数 198
当前版本 1.0.0
更新时间 2023-02-22
上架时间 2023-02-21
评分 4.75/5 共4次评分
开发者 Akash
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.linkedin.com/in/akash-singh8/
支持的语言 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"
    ]
}