Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Hvad er Console+?
Console+ er en Chrome-udvidelse udviklet af Madyan, og dens hovedfunktion er "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
Udvidelsesskærmbilleder
Download Console+-udvidelses-CRX-fil
Download 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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mdpcfmohggcepdncbognlniaiefdpnnf |
| Officiel URL | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
| Beskrivelse | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
| Filstørrelse | 1.91 MB |
| Antal Installationer | 94 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2020-07-27 |
| Udgivelsesdato | 2020-07-26 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Madyan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |