Vue force dev

A tool forces vue to run in development

Vue force dev là gì?

Vue force dev là một tiện ích mở rộng Chrome được phát triển bởi LoryHuang, và tính năng chính của nó là "A tool forces vue to run in development".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vue force dev

Tải xuống các tệp mở rộng Vue force dev dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Easy to debug online vue code.

repo: https://github.com/hzmming/vue-force-dev                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vue force dev Vue force dev
ID oohfffedbkbjnbpbbedapppafmlnccmb
URL Chính Thức https://chromewebstore.google.com/detail/vue-force-dev/oohfffedbkbjnbpbbedapppafmlnccmb
Mô tả A tool forces vue to run in development
Kích Thước Tệp 23.38 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2020-09-02
Đánh Giá 4.52/5 Tổng số 27 Đánh Giá
Nhà Phát Triển LoryHuang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hzmming/vue-force-dev
URL Trang Trợ Giúp https://github.com/hzmming/vue-force-dev
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "detector.js"
            ],
            "run_at": "document_start"
        }
    ]
}