BUGFIX Vue.js devtools
BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.
Hvad er BUGFIX Vue.js devtools?
BUGFIX Vue.js devtools er en Chrome-udvidelse udviklet af liana.pigeot, og dens hovedfunktion er "BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.".
Udvidelsesskærmbilleder
Download BUGFIX Vue.js devtools-udvidelses-CRX-fil
Download BUGFIX Vue.js devtools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
[BUGFIX] Version, not by the original author. The current beta devtool has bugs in mutations, so I uploaded this fixed version while waiting for the official one to be updated. Chrome and Firefox DevTools extension for debugging Vue.js applications. Chrome devtools extension for debugging Vue.js applications.
Grundlæggende oplysninger om udvidelsen
Navn | BUGFIX Vue.js devtools |
ID | niapgcaeadldbabakiifalfcidacihap |
Officiel URL | https://chromewebstore.google.com/detail/bugfix-vuejs-devtools/niapgcaeadldbabakiifalfcidacihap |
Beskrivelse | BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications. |
Filstørrelse | 451 KB |
Antal Installationer | 3,349 |
Nuværende Version | 5.0.0 beta 3 fix |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 3.63/5 Samlet 8 Bedømmelser |
Udvikler | liana.pigeot |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BUGFIX Vue.js devtools", "version": "5.0.0.4", "version_name": "5.0.0 beta 3 fix", "description": "BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.", "manifest_version": 2, "icons": { "16": "icons\/16-beta.png", "48": "icons\/48-beta.png", "128": "icons\/128-beta.png" }, "browser_action": { "default_icon": { "16": "icons\/16-gray.png", "48": "icons\/48-gray.png", "128": "icons\/128-gray.png" }, "default_title": "Vue Devtools", "default_popup": "popups\/not-found.html" }, "web_accessible_resources": [ "devtools.html", "devtools-background.html", "build\/backend.js" ], "devtools_page": "devtools-background.html", "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*", "contextMenus" ], "content_scripts": [ { "matches": [ " |