Description from extension meta
Run Code AnyWhere! Directly run the code on your page.
Image from store
Description from store
🚀Code Runner for Chrome: Multi-Language Execution Extension
Instantly access, edit, and execute code directly in your browser — supporting C/C++, Java, Python, JavaScript, HTML, and over 70+ programming languages via JDoodle Compiler API integration.
✨ Key Features
1. Interactive Input/Output Console
∙ Dynamic I/O Support: Execute code and interact with programs in real-time. Input data directly into the results page and receive immediate output, ideal for testing algorithms, CLI tools, or debugging scripts.
∙ Language-Specific Handling:
∙ Python: Full support for input()and console output.
∙ JavaScript: Output routed to the browser’s console.
∙ C/C++/Java: Input/output supported via standard streams (e.g., System.in/System.out).
2. Zero-Environment Execution
∙ Run code snippets without local compilers or IDE setups. Leverages cloud-based compilation for seamless execution.
⚠️ Technical Constraints
1. Entry-Point Requirement for Compiled Languages
∙ C/C++/Java: Must include standard entry functions (e.g., main()in C/C++, public static void main(String[] args)in Java). Scripts without these will fail execution.
2. No Graphical UI Support
∙ C/C++/Java: Limited to console/text output only. GUI frameworks (e.g., Java Swing, OpenGL) are unsupported.
3. JavaScript Output Behavior
∙ All outputs use console.log().
4. Input Limitations
∙ Interactive input is text-only. Complex inputs (e.g., files, binary data) are not permitted.