code compiler

Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.

Τι είναι το code compiler;

Το code compiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://realbrain.cc, και η κύρια λειτουργία του είναι "Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης code compiler

Λήψη αρχείων επέκτασης code compiler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα code compiler code compiler
ID gofgiijmimddcankdmiiebohdmokbgob
Επίσημο URL https://chromewebstore.google.com/detail/code-compiler/gofgiijmimddcankdmiiebohdmokbgob
Περιγραφή Compile code online for free! Supports multiple languages and libraries. No setup needed. Chrome extension. Powered by RealBrain.
Μέγεθος Αρχείου 2.56 MB
Αριθμός Εγκαταστάσεων 410
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-10-10
Ημερομηνία Δημοσίευσης 2023-05-11
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://realbrain.cc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://realbrain.cc/compiler
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/developersharif
URL της Σελίδας Πολιτικής Απορρήτου https://realbrain.cc/compiler/privacy.html
Υποστηριζόμενες Γλώσσες 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"
    ]
}