Nuxt Assistant
Nuxt Assistant for cozy debugging Nuxt sites
什么是Nuxt Assistant?
Nuxt Assistant是由Loot N.开发的Chrome扩展程序,该扩展的主要功能是“Nuxt Assistant for cozy debugging Nuxt sites”。
扩展截图
下载Nuxt Assistant扩展crx文件
下载Nuxt Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Elevate your Nuxt.js debugging experience with the "Nuxt Assistant" - a powerful extension tailored for developers working with the Nuxt.js framework at Production. This extension seamlessly integrates into your Chrome DevTools, providing a dedicated panel brimming with insights and tools to enhance your productivity. 扩展基本信息
| 名称 | |
| ID | nebkdnlhchcbbjpgfmhifafhfjipphgi |
| 官方URL | https://chromewebstore.google.com/detail/nuxt-assistant/nebkdnlhchcbbjpgfmhifafhfjipphgi |
| 简介 | Nuxt Assistant for cozy debugging Nuxt sites |
| 文件大小 | 54.57 KB |
| 安装次数 | 412 |
| 当前版本 | 1.15 |
| 更新时间 | 2024-03-02 |
| 上架时间 | 2023-12-02 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Loot N. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Lootjs |
| 帮助页面URL | https://github.com/Lootjs |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Nuxt Assistant",
"version": "1.15",
"description": "Nuxt Assistant for cozy debugging Nuxt sites",
"devtools_page": "nuxt-assistant.html",
"icons": {
"128": "images\/icon128.png"
},
"permissions": [
"tabs"
]
} | |