LiveScriptConsole
A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Wat is LiveScriptConsole?
LiveScriptConsole is een Chrome-extensie ontwikkeld door Stanford HCI Research Group, en de belangrijkste functie is "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".
Extensie Screenshots
Download het CRX-bestand van de extensie LiveScriptConsole
Download LiveScriptConsole-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | omnmkagnicpcpefgjdhngmjjoofoknfp |
| Officiële URL | https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp |
| Beschrijving | A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
| Bestandsgrootte | 388 KB |
| Aantal Installaties | 395 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2021-07-26 |
| Publicatiedatum | 2017-04-25 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Stanford HCI Research Group |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/habitlab/habitlab/wiki/Privacy |
| Ondersteunde Talen | 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'"
} | |