CloudBoard - Online Code Editor and Compiler

Cloudboard v6

CloudBoard - Online Code Editor and Compiler क्या है?

CloudBoard - Online Code Editor and Compiler cloudboard.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cloudboard v6"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        Welcome to the Code Editor and Compiler for ChatGpt! This powerful chrome extension allows you to easily edit and test your code generated by ChatGpt, all within your browser.

With support of multiple programming languages, you can write, edit, and execute code in your preferred language directly from the extension. Simply copy and paste your code into the editor, and our compiler will automatically detect the language and execute it in a safe and secure sandbox environment.

Whether you're a developer, a student, or just curious about coding, our extension makes it easy to experiment and learn without the need for additional tools or software.                    

एक्सटेंशन की मूल जानकारी

नाम CloudBoard - Online Code Editor and Compiler CloudBoard - Online Code Editor and Compiler
ID kcghbbipihbbcjclnlmljpniibannhad
आधिकारिक URL https://chromewebstore.google.com/detail/cloudboard-online-code-ed/kcghbbipihbbcjclnlmljpniibannhad
विवरण Cloudboard v6
फ़ाइल का आकार 165 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2023-04-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर cloudboard.live
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://drive.google.com/file/d/1kzLgWqcpFB58b5kj8iCG-nG3sSzei1ni/view
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudBoard - Online Code Editor and Compiler",
    "version": "1.0.6",
    "description": "Cloudboard v6",
    "manifest_version": 3,
    "author": "CloudBoard",
    "permissions": [
        "https:\/\/cloudboard.live\/*",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "ids": [
            "kcghbbipihbbcjclnlmljpniibannhad"
        ],
        "matches": [
            "https:\/\/cloudboard.live\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "CloudBoard - Online Code Editor and Compiler"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'ttps:\/\/www.googleapis.com' 'https:\/\/securetoken.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}