Vue force dev
A tool forces vue to run in development
Vad är Vue force dev?
Vue force dev är en Chrome-tillägg utvecklad av LoryHuang, och dess huvudfunktion är "A tool forces vue to run in development".
Tilläggsskärmbilder
Ladda ner Vue force dev-förlängningens CRX-fil
Ladda ner Vue force dev-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easy to debug online vue code.
repo: https://github.com/hzmming/vue-force-dev Grundläggande Information om Tillägg
| Namn | |
| ID | oohfffedbkbjnbpbbedapppafmlnccmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/vue-force-dev/oohfffedbkbjnbpbbedapppafmlnccmb |
| Beskrivning | A tool forces vue to run in development |
| Filstorlek | 23.38 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.4.0 |
| Senast Uppdaterad | 2024-03-03 |
| Publiceringsdatum | 2020-09-02 |
| Betyg | 4.52/5 Totalt 27 Betyg |
| Utvecklare | LoryHuang |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/hzmming/vue-force-dev |
| Hjälpsida URL | https://github.com/hzmming/vue-force-dev |
| Stödda Språk | 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": [
" | |