TypeScript-Console
In browser TypeScript compiler and console
Hvad er TypeScript-Console?
TypeScript-Console er en Chrome-udvidelse udviklet af Mendy Berger, og dens hovedfunktion er "In browser TypeScript compiler and console".
Udvidelsesskærmbilleder
Download TypeScript-Console-udvidelses-CRX-fil
Download TypeScript-Console-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
TS-Console is an extension for developers wanting to test their TypeScript code directly in the browser without having to compile after each and every change. The extension also gives you the ability to write and execute code directly in the browser via a dedicated TypeScript console. Note: Do not use TypeScript directly in the browser when in production, this will result in much slower code. And even worse, users that don't have the extension won't be able to use your web-app properly. Rather compile your code to JavaScript using the TypeScript Compiler.
Grundlæggende oplysninger om udvidelsen
Navn | TypeScript-Console |
ID | omklacjbengpcndogglbpjfifmiagmgp |
Officiel URL | https://chromewebstore.google.com/detail/typescript-console/omklacjbengpcndogglbpjfifmiagmgp |
Beskrivelse | In browser TypeScript compiler and console |
Filstørrelse | 1.77 MB |
Antal Installationer | 1,316 |
Nuværende Version | 0.4 |
Senest Opdateret | 2020-03-17 |
Udgivelsesdato | 2020-03-16 |
Bedømmelse | 1.62/5 Samlet 13 Bedømmelser |
Udvikler | Mendy Berger |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/MendyBerger/TypeScript-Console |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TypeScript-Console", "version": "0.4", "manifest_version": 2, "description": "In browser TypeScript compiler and console", "minimum_chrome_version": "10.0", "devtools_page": "ex.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ " |