Console+

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

Console+とは何ですか?

Console+はMadyanによって開発されたChromeの拡張機能で、その主な機能は「This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…」です。

拡張機能のスクリーンショット

screenshot

Console+拡張機能のCRXファイルをダウンロード

Console+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Console+ Console+
ID mdpcfmohggcepdncbognlniaiefdpnnf
公式URL https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf
説明 This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
ファイルサイズ 1.91 MB
インストール数 94
現在のバージョン 0.1.0
最終更新日 2020-07-27
公開日 2020-07-26
評価 5.00/5 合計 1 レビュー
開発者 Madyan
Eメール [email protected]
支払い方法 free
対応言語 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"
}