BUGFIX Vue.js devtools
BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.
What is BUGFIX Vue.js devtools?
BUGFIX Vue.js devtools is a Chrome extension developed by liana.pigeot, and its main feature is "BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.".
Extension Screenshots
Download BUGFIX Vue.js devtools Extension CRX File
Download BUGFIX Vue.js devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
[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.
Extension Basic Information
Name | BUGFIX Vue.js devtools |
ID | niapgcaeadldbabakiifalfcidacihap |
Official URL | https://chromewebstore.google.com/detail/bugfix-vuejs-devtools/niapgcaeadldbabakiifalfcidacihap |
Description | BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications. |
File Size | 451 KB |
Installation Count | 3,349 |
Current Version | 5.0.0 beta 3 fix |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.63/5 Total 8 Ratings |
Developer | liana.pigeot |
Payment Type | free |
Supported Languages | 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": [ " |