Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Vad är Console+?
Console+ är en Chrome-tillägg utvecklad av Madyan, och dess huvudfunktion är "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
Tilläggsskärmbilder
Ladda ner Console+-förlängningens CRX-fil
Ladda ner Console+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mdpcfmohggcepdncbognlniaiefdpnnf |
| Officiell webbadress | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
| Beskrivning | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
| Filstorlek | 1.91 MB |
| Antal Installationer | 94 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2020-07-27 |
| Publiceringsdatum | 2020-07-26 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Madyan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |