Vue.js devtools

Chrome and Firefox DevTools extension for debugging Vue.js applications.

Vue.js devtools là gì?

Vue.js devtools là một tiện ích mở rộng Chrome được phát triển bởi vuejs-dev, và tính năng chính của nó là "Chrome and Firefox DevTools extension for debugging Vue.js applications.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Vue.js devtools 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

                        Chrome DevTools extension for debugging Vue.js applications.

Thank you for trying the Vue.js devtools Beta! If you have any issue, please report them on the GitHub repository.

This is the beta channel - a major refactor that brings initial Vue 3 support.

Note the beta channel may cause conflict with the stable version of Vue devtools. If the Vue icon is lit but the Vue tab doesn't show up in devtools, please temporarily disable the stable version and re-open the page.                    

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

Tên Vue.js devtools Vue.js devtools
ID ljjemllljcmogpfapbkkighbhhppjdbg
URL Chính Thức https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg
Mô tả Chrome and Firefox DevTools extension for debugging Vue.js applications.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 258,294
Phiên Bản Hiện Tại 6.0.0 beta 21
Cập Nhật Lần Cuối 2021-12-20
Ngày Phát Hành 2019-03-25
Đánh Giá 3.74/5 Tổng số 136 Đánh Giá
Nhà Phát Triển vuejs-dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vuejs/vue-devtools
URL Trang Trợ Giúp https://github.com/vuejs/vue-devtools/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vue.js devtools",
    "version": "6.0.0.21",
    "version_name": "6.0.0 beta 21",
    "description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16-beta.png",
        "48": "icons\/48-beta.png",
        "128": "icons\/128-beta.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16-gray.png",
            "48": "icons\/48-gray.png",
            "128": "icons\/128-gray.png"
        },
        "default_title": "Vue Devtools",
        "default_popup": "popups\/not-found.html"
    },
    "web_accessible_resources": [
        "devtools.html",
        "devtools-background.html",
        "build\/backend.js"
    ],
    "devtools_page": "devtools-background.html",
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/hook.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/detector.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.headwayapp.co; object-src 'self'"
}