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…”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
} | |