Vue force dev
A tool forces vue to run in development
What is Vue force dev?
Vue force dev is a Chrome extension developed by LoryHuang, and its main feature is "A tool forces vue to run in development".
Extension Screenshots
Download Vue force dev Extension CRX File
Download Vue force dev 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
Easy to debug online vue code. repo: https://github.com/hzmming/vue-force-dev
Extension Basic Information
Name | Vue force dev |
ID | oohfffedbkbjnbpbbedapppafmlnccmb |
Official URL | https://chromewebstore.google.com/detail/vue-force-dev/oohfffedbkbjnbpbbedapppafmlnccmb |
Description | A tool forces vue to run in development |
File Size | 23.38 KB |
Installation Count | 10,000 |
Current Version | 1.4.0 |
Last Updated | 2024-03-03 |
Publish Date | 2020-09-02 |
Rating | 4.52/5 Total 27 Ratings |
Developer | LoryHuang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hzmming/vue-force-dev |
Help Page URL | https://github.com/hzmming/vue-force-dev |
Supported Languages | 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": [ " |