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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CodeRun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}