WebExtension.net
WebExtension.net

Vue.js devtools (beta)

View on Chrome Web Store
View Vue.js devtools (beta) Chrome Extension on Chrome Web Store
3.8 (147 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

DevTools browser extension for Vue.js
Type
Extension
Users
100,000 users
vuejs-dev
View author page of vuejs-dev
Published
Published on July 30, 2018
Version 7.0.0.12
Manifest version
3
Updated
Updated on October 24, 2024
View on Chrome Web Store
View Vue.js devtools (beta) Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "icons\/16-gray.png",
            "48": "icons\/48-gray.png",
            "128": "icons\/128-gray.png"
        },
        "default_popup": "popups\/not-found.html",
        "default_title": "Vue DevTools"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/prepare.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "js": [
                "dist\/devtools-overlay.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "DevTools browser extension for Vue.js",
    "devtools_page": "pages\/devtools-background.html",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "icons\/16-beta.png",
        "48": "icons\/48-beta.png",
        "128": "icons\/128-beta.png"
    },
    "manifest_version": 3,
    "name": "Vue.js devtools (beta)",
    "permissions": [
        "scripting"
    ],
    "version": "7.0.0.12",
    "version_name": "7.0.0 beta 12",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "dist\/*",
                "client\/*",
                "overlay\/*",
                "pages\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top