Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Wat is Console+?
Console+ is een Chrome-extensie ontwikkeld door Madyan, en de belangrijkste functie is "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
Extensie Screenshots
Download het CRX-bestand van de extensie Console+
Download Console+-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
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
Basisinformatie over de Extensie
Naam | Console+ |
ID | mdpcfmohggcepdncbognlniaiefdpnnf |
Officiële URL | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
Beschrijving | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
Bestandsgrootte | 1.91 MB |
Aantal Installaties | 94 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2020-07-27 |
Publicatiedatum | 2020-07-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Madyan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |