code runner
run simple code anytime and anywhere without any environment requirement
Was ist code runner?
code runner ist eine Chrome-Erweiterung, die von xiakai61877 entwickelt wurde, und ihr Hauptmerkmal ist "run simple code anytime and anywhere without any environment requirement".
Erweiterungsscreenshots
code runner-Erweiterungs-CRX-Datei herunterladen
Laden Sie code runner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
simple code snippet runner on chrome Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbhlmjpfacmmmplcebbhgbofbckhmpbj |
| Offizielle URL | https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj |
| Beschreibung | run simple code anytime and anywhere without any environment requirement |
| Dateigröße | 1.4 MB |
| Installationsanzahl | 1,244 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2021-11-17 |
| Veröffentlichungsdatum | 2020-07-21 |
| Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
| Entwickler | xiakai61877 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "code runner",
"version": "0.0.3",
"manifest_version": 2,
"description": "run simple code anytime and anywhere without any environment requirement",
"icons": {
"128": "icon.png"
},
"permissions": [
"storage",
"https:\/\/ilovegoogle.cn\/runner"
],
"browser_action": {
"default_title": "code runner",
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |