LiveScriptConsole
A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Hvad er LiveScriptConsole?
LiveScriptConsole er en Chrome-udvidelse udviklet af Stanford HCI Research Group, og dens hovedfunktion er "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".
Udvidelsesskærmbilleder
Download LiveScriptConsole-udvidelses-CRX-fil
Download LiveScriptConsole-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A 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/LiveScriptConsole Based on Coffee Console 2
Grundlæggende oplysninger om udvidelsen
Navn | LiveScriptConsole |
ID | omnmkagnicpcpefgjdhngmjjoofoknfp |
Officiel URL | https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp |
Beskrivelse | A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
Filstørrelse | 388 KB |
Antal Installationer | 395 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-07-26 |
Udgivelsesdato | 2017-04-25 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Stanford HCI Research Group |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://github.com/habitlab/habitlab/wiki/Privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiveScriptConsole", "short_name": "lsconsole", "author": "Geza Kovacs", "version": "1.0.2", "description": "A 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'" } |