CoffeeScript Console 3
A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Was ist CoffeeScript Console 3?
CoffeeScript Console 3 ist eine Chrome-Erweiterung, die von Stanford HCI Research Group entwickelt wurde, und ihr Hauptmerkmal ist "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".
Erweiterungsscreenshots
CoffeeScript Console 3-Erweiterungs-CRX-Datei herunterladen
Laden Sie CoffeeScript Console 3-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
A CoffeeScript and LiveScript console within the Chrome Dev Tools.
Open the Developer Tools (Ctrl-Shift-J, or Command-Option-J on Mac) and go to the LiveScriptConsole tab. You can enter LiveScript code, see it compiled to JavaScript, and run it.
Source / Report Issues: https://github.com/gkovacs/CoffeeScriptConsole
Based on LiveScriptConsole and Coffee Console 2 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | paafmmbmdepbicdheoakjepmcjnclegh |
| Offizielle URL | https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh |
| Beschreibung | A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
| Dateigröße | 438 KB |
| Installationsanzahl | 178 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2021-07-26 |
| Veröffentlichungsdatum | 2019-03-08 |
| Entwickler | Stanford HCI Research Group |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://github.com/habitlab/habitlab/wiki/Privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CoffeeScript Console 3",
"short_name": "coffeeconsole3",
"author": "Geza Kovacs",
"version": "1.0.2",
"description": "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.",
"devtools_page": "coffee.html",
"icons": {
"128": "128.png"
},
"minimum_chrome_version": "18",
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |