Dart Debug Extension
Enables debugging Dart web application using package:dwds. Source code:…
Dart Debug Extension là gì?
Dart Debug Extension là một tiện ích mở rộng Chrome được phát triển bởi dart-bat, và tính năng chính của nó là "Enables debugging Dart web application using package:dwds. Source code:…".
Ả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 Dart Debug Extension
Tải xuống các tệp mở rộng Dart Debug Extension 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
Enables debugging Dart web application using package:dwds. Source code: https://github.com/dart-lang/webdev/tree/master/dwds/debug_extension_mv3 Please report any bugs on the Github page: https://github.com/dart-lang/webdev/issues/new?assignees=&labels=dart-debug-extension&projects=&template=dart_debug_extension.md
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dart Debug Extension |
ID | eljbmlghnomdjgdjmbdekegdkbabckhm |
URL Chính Thức | https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm |
Mô tả | Enables debugging Dart web application using package:dwds. Source code:… |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 14,110 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2020-02-07 |
Đánh Giá | 3.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | dart-bat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dart-lang/webdev/tree/master/dwds/debug_extension_mv3 |
URL Trang Trợ Giúp | https://github.com/dart-lang/webdev/issues/new?assignees=&labels=dart-debug-extension&projects=&template=dart_debug_extension.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dart Debug Extension", "version": "2.1.2", "manifest_version": 3, "devtools_page": "static_assets\/devtools.html", "action": { "default_icon": "static_assets\/dart_grey.png" }, "externally_connectable": { "ids": [ "nbkbficgbembimioedhceniahniffgpl" ], "matches": [ "https:\/\/cider.corp.google.com\/*", "https:\/\/cider-staging.corp.google.com\/*", "https:\/\/cider-test.corp.google.com\/*", "https:\/\/cider-v.corp.google.com\/*", "https:\/\/cider-v-staging.corp.google.com\/*", "https:\/\/cider-v-test.corp.google.com\/*" ] }, "permissions": [ "debugger", "notifications", "storage", "webNavigation" ], "host_permissions": [ " |