WebExtension.net
WebExtension.net

Webpage Code Extractor

View on Chrome Web Store
View Webpage Code Extractor Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

A tool to extract, view, and copy the code of webpages with enhanced features for developers.
Type
Extension
Users
18 users
4
Najmus Sayadat
View author page of Najmus Sayadat
Published
Published on November 5, 2024
Version 1.0
Manifest version
3
Updated
Updated on November 12, 2024
View on Chrome Web Store
View Webpage Code Extractor 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",
    "manifest_version": 3,
    "name": "Webpage Code Extractor",
    "description": "A tool to extract, view, and copy the code of webpages with enhanced features for developers.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "monaco-editor\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}
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