WebExtension.net
WebExtension.net

Web Developer

View on Chrome Web Store
View Web Developer Chrome Extension on Chrome Web Store
4.5 (2,829 ratings)

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

Adds a toolbar button with various web developer tools.
Type
Extension
Users
1,000,000 users
Chris Pederick
View author page of Chris Pederick
Published
Published on March 17, 2010
Version 3.0.1
Manifest version
3
Updated
Updated on June 29, 2024
View on Chrome Web Store
View Web Developer Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "\/img\/logos\/color\/16.png",
            "32": "\/img\/logos\/color\/32.png",
            "48": "\/img\/logos\/color\/48.png",
            "64": "\/img\/logos\/color\/64.png",
            "128": "\/img\/logos\/color\/128.png",
            "256": "\/img\/logos\/color\/256.png"
        },
        "default_popup": "\/overlay\/overlay.html",
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/content\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/chrispederick.com\/work\/web-developer\/",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "\/img\/logos\/color\/16.png",
        "32": "\/img\/logos\/color\/32.png",
        "48": "\/img\/logos\/color\/48.png",
        "64": "\/img\/logos\/color\/64.png",
        "128": "\/img\/logos\/color\/128.png",
        "256": "\/img\/logos\/color\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_page": "\/options\/options.html",
    "permissions": [
        "browsingData",
        "contentSettings",
        "cookies",
        "history",
        "scripting",
        "storage",
        "tabs"
    ],
    "version": "3.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "\/embedded\/css\/*.css",
                "\/embedded\/js\/dashboard\/dashboard.js",
                "\/features\/css\/*.css",
                "\/img\/transparent.png",
                "\/lib\/bootstrap\/bootstrap.css",
                "\/lib\/bootstrap\/bootstrap.js",
                "\/lib\/reset.css",
                "\/svg\/logos\/color\/logo.svg"
            ],
            "use_dynamic_url": true
        }
    ]
}
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