RunCode - OnlineCompiler
Online compiler supporting 9 languages to run your basic code to learn or teach.
What is RunCode - OnlineCompiler?
RunCode - OnlineCompiler is a Chrome extension developed by runcode-chrome, and its main feature is "Online compiler supporting 9 languages to run your basic code to learn or teach.".
Extension Screenshots
Download RunCode - OnlineCompiler Extension CRX File
Download RunCode - OnlineCompiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
chrome extension to try programming laguages without installing compilers in your computer. Useful to learn computer programming basics like control statements, datatypes, etc.
Extension Basic Information
Name | RunCode - OnlineCompiler |
ID | fndahhgjjpnnpkmmmegibbomdecjllga |
Official URL | https://chromewebstore.google.com/detail/runcode-onlinecompiler/fndahhgjjpnnpkmmmegibbomdecjllga |
Description | Online compiler supporting 9 languages to run your basic code to learn or teach. |
File Size | 510 KB |
Installation Count | 90 |
Current Version | 0.4 |
Last Updated | 2023-02-25 |
Publish Date | 2022-05-10 |
Rating | 5.00/5 Total 7 Ratings |
Developer | runcode-chrome |
[email protected] | |
Payment Type | free |
Extension Website | http://runcode.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RunCode - OnlineCompiler", "description": "Online compiler supporting 9 languages to run your basic code to learn or teach.", "version": "0.4", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCl8RT3O9rMzVnimyCzqkrznDyaM0CCpF+Z7ZDLXwfKPL7R2euWmVY1A80vhJ3\/F9JaSlYaAKKatSrl27BO05OV8duBPoj7xVmvi\/mU2O7EfKGCTp4LtQXEEvW1JaqgU0o+z5rIuFqOt2Y4u+PXyapZoOKZM15eJpyfcKM3TNuzNKUYM4mOvOpC3qDnCqdyf7ndoFNZdboKwpwHUvA81O+1zFJ+MHfqnJurtGlmvy5feL+ncwuYfrYilHJ07H5nAS5loFnKljUrVqdZqJP3Is+p0RcnxUfg6a0PwSD9b8Af2oKAy89Tlkb7Sx9QT1ZQuGrjDHnS\/0OA+O7FoFmRHfQIDAQAB", "action": { "default_popup": "index.html", "default_icon": { "16": "code-16.png", "32": "code-32.png", "64": "code-64.png", "128": "code-128.png" } }, "icons": { "16": "code-16.png", "32": "code-32.png", "64": "code-64.png", "128": "code-128.png" } } |