Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
Console+ là gì?
Console+ là một tiện ích mở rộng Chrome được phát triển bởi Madyan, và tính năng chính của nó là "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Console+
Tải xuống các tệp mở rộng Console+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Console+ |
ID | mdpcfmohggcepdncbognlniaiefdpnnf |
URL Chính Thức | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
Mô tả | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
Kích Thước Tệp | 1.91 MB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2020-07-27 |
Ngày Phát Hành | 2020-07-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Madyan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |