Dart Debug Extension
Enables debugging Dart web application using package:dwds. Source code:…
Vad är Dart Debug Extension?
Dart Debug Extension är en Chrome-tillägg utvecklad av dart-bat, och dess huvudfunktion är "Enables debugging Dart web application using package:dwds. Source code:…".
Tilläggsskärmbilder
Ladda ner Dart Debug Extension-förlängningens CRX-fil
Ladda ner Dart Debug Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Dart Debug Extension |
ID | eljbmlghnomdjgdjmbdekegdkbabckhm |
Officiell webbadress | https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm |
Beskrivning | Enables debugging Dart web application using package:dwds. Source code:… |
Filstorlek | 1.14 MB |
Antal Installationer | 14,110 |
Aktuell Version | 2.1.2 |
Senast Uppdaterad | 2024-01-18 |
Publiceringsdatum | 2020-02-07 |
Betyg | 3.10/5 Totalt 10 Betyg |
Utvecklare | dart-bat |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dart-lang/webdev/tree/master/dwds/debug_extension_mv3 |
Hjälpsida URL | https://github.com/dart-lang/webdev/issues/new?assignees=&labels=dart-debug-extension&projects=&template=dart_debug_extension.md |
Stödda Språk | 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": [ " |