WebExtension.net
Toggle dark mode
WebExtension.net

Vue.js devtools (beta)

View on Chrome Web Store
View Vue.js devtools (beta) Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (150 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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
productivity/developer
Extension Category
View on Chrome Web Store
View Vue.js devtools (beta) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

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.

© 2025 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