Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Cos'è Console+?
Console+ è un'estensione di Chrome sviluppata da Madyan, e la sua funzione principale è "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Console+
Scarica i file di estensione Console+ 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
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's DevTools.
Features: ✨
- get code completion suggestion right in your console
- get quicker feedback about bugs in your code as you type it
- hover over your code to view type and documentation hints
Contribute on GitHub: https://github.com/madyanalj/console-plus Informazioni di Base sull'Estensione
| Nome | |
| ID | mdpcfmohggcepdncbognlniaiefdpnnf |
| URL Ufficiale | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
| Descrizione | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
| Dimensione del File | 1.91 MB |
| Conteggio Installazioni | 94 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2020-07-27 |
| Data di Pubblicazione | 2020-07-26 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Madyan |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Console+",
"version": "0.1.0",
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"devtools_page": "index.html"
} | |