Console+

This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…

What is Console+?

Console+ is a Chrome extension developed by Madyan, and its main feature is "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".

Extension Screenshots

screenshot

Download Console+ Extension CRX File

Download Console+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Console+ Console+
ID mdpcfmohggcepdncbognlniaiefdpnnf
Official URL https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf
Description This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
File Size 1.91 MB
Installation Count 94
Current Version 0.1.0
Last Updated 2020-07-27
Publish Date 2020-07-26
Rating 5.00/5 Total 1 Ratings
Developer Madyan
Email [email protected]
Payment Type free
Supported Languages 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"
}