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
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [ " |