Vue force dev

A tool forces vue to run in development

Vue force devคืออะไร?

Vue force dev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LoryHuang และคุณลักษณะหลักของมันคือ "A tool forces vue to run in development"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vue force dev

ดาวน์โหลดไฟล์ส่วนขยาย Vue force dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy to debug online vue code.

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
อีเมล [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": [
                ""
            ],
            "js": [
                "detector.js"
            ],
            "run_at": "document_start"
        }
    ]
}