RunCode - OnlineCompiler
Online compiler supporting 9 languages to run your basic code to learn or teach.
Wat is RunCode - OnlineCompiler?
RunCode - OnlineCompiler is een Chrome-extensie ontwikkeld door runcode-chrome, en de belangrijkste functie is "Online compiler supporting 9 languages to run your basic code to learn or teach.".
Extensie Screenshots
Download het CRX-bestand van de extensie RunCode - OnlineCompiler
Download RunCode - OnlineCompiler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
chrome extension to try programming laguages without installing compilers in your computer. Useful to learn computer programming basics like control statements, datatypes, etc.
Basisinformatie over de Extensie
Naam | RunCode - OnlineCompiler |
ID | fndahhgjjpnnpkmmmegibbomdecjllga |
Officiële URL | https://chromewebstore.google.com/detail/runcode-onlinecompiler/fndahhgjjpnnpkmmmegibbomdecjllga |
Beschrijving | Online compiler supporting 9 languages to run your basic code to learn or teach. |
Bestandsgrootte | 510 KB |
Aantal Installaties | 90 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2023-02-25 |
Publicatiedatum | 2022-05-10 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | runcode-chrome |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://runcode.io |
Ondersteunde Talen | 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" } } |