Vue force dev
A tool forces vue to run in development
什么是Vue force dev?
Vue force dev是由LoryHuang开发的Chrome扩展程序,该扩展的主要功能是“A tool forces vue to run in development”。
扩展截图
下载Vue force dev扩展crx文件
下载Vue force dev扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy to debug online vue code.
repo: https://github.com/hzmming/vue-force-dev 扩展基本信息
| 名称 | |
| ID | oohfffedbkbjnbpbbedapppafmlnccmb |
| 官方URL | https://chromewebstore.google.com/detail/vue-force-dev/oohfffedbkbjnbpbbedapppafmlnccmb |
| 简介 | A tool forces vue to run in development |
| 文件大小 | 23.38 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2020-09-02 |
| 评分 | 4.52/5 共27次评分 |
| 开发者 | LoryHuang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/hzmming/vue-force-dev |
| 帮助页面URL | https://github.com/hzmming/vue-force-dev |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Vue force dev",
"description": "A tool forces vue to run in development",
"version": "1.4.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "popups\/not-found.html",
"default_title": "Vue force dev",
"default_icon": {
"16": "icons\/16-gray.png",
"48": "icons\/48-gray.png",
"128": "icons\/128-gray.png"
}
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"content_scripts": [
{
"matches": [
" | |