Nuxt Assistant
Nuxt Assistant for cozy debugging Nuxt sites
What is Nuxt Assistant?
Nuxt Assistant is a Chrome extension developed by Loot N., and its main feature is "Nuxt Assistant for cozy debugging Nuxt sites".
Extension Screenshots
Download Nuxt Assistant Extension CRX File
Download Nuxt Assistant 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
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.
Extension Basic Information
Name | Nuxt Assistant |
ID | nebkdnlhchcbbjpgfmhifafhfjipphgi |
Official URL | https://chromewebstore.google.com/detail/nuxt-assistant/nebkdnlhchcbbjpgfmhifafhfjipphgi |
Description | Nuxt Assistant for cozy debugging Nuxt sites |
File Size | 54.57 KB |
Installation Count | 412 |
Current Version | 1.15 |
Last Updated | 2024-03-02 |
Publish Date | 2023-12-02 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Loot N. |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Lootjs |
Help Page URL | https://github.com/Lootjs |
Supported Languages | 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" ] } |