BUGFIX Vue.js devtools
BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.
什么是BUGFIX Vue.js devtools?
BUGFIX Vue.js devtools是由liana.pigeot开发的Chrome扩展程序,该扩展的主要功能是“BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications.”。
扩展截图
下载BUGFIX Vue.js devtools扩展crx文件
下载BUGFIX Vue.js devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[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. 扩展基本信息
| 名称 | |
| ID | niapgcaeadldbabakiifalfcidacihap |
| 官方URL | https://chromewebstore.google.com/detail/bugfix-vuejs-devtools/niapgcaeadldbabakiifalfcidacihap |
| 简介 | BUGFIX Version, not by original author. Chrome and Firefox DevTools extension for debugging Vue.js applications. |
| 文件大小 | 451 KB |
| 安装次数 | 3,349 |
| 当前版本 | 5.0.0 beta 3 fix |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 3.63/5 共8次评分 |
| 开发者 | liana.pigeot |
| 付费类型 | free |
| 支持的语言 | 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": [
" | |