code runner
run simple code anytime and anywhere without any environment requirement
Cos'è code runner?
code runner è un'estensione di Chrome sviluppata da xiakai61877, e la sua funzione principale è "run simple code anytime and anywhere without any environment requirement".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione code runner
Scarica i file di estensione code runner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
simple code snippet runner on chrome
Informazioni di Base sull'Estensione
Nome | |
ID | dbhlmjpfacmmmplcebbhgbofbckhmpbj |
URL Ufficiale | https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj |
Descrizione | run simple code anytime and anywhere without any environment requirement |
Dimensione del File | 1.4 MB |
Conteggio Installazioni | 1,244 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2021-11-17 |
Data di Pubblicazione | 2020-07-21 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | xiakai61877 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |