Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Co to jest Console+?
Console+ to rozszerzenie Chrome opracowane przez Madyan, a jego główną funkcją jest „This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Console+
Pobierz pliki rozszerzeń Console+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Console+ |
ID | mdpcfmohggcepdncbognlniaiefdpnnf |
Oficjalny URL | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
Opis | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
Rozmiar pliku | 1.91 MB |
Liczba instalacji | 94 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2020-07-27 |
Data Publikacji | 2020-07-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Madyan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |