WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Edit Anything with Creative Power

Edit Anything with Creative Power

View on Chrome Web Store
View Edit Anything with Creative Power Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
34 views
This extension has been viewed 34 times
0 downloads
This extension has been downloaded 0 times

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

Edit any website, take screenshots, and enhance any webpage with powerful tools
Type
Extension
Users
296 users
12
-v3
View author page of -v3
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 1, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on September 4, 2025
lifestyle/household
Extension Category
View on Chrome Web Store
View Edit Anything with Creative Power 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",
    "manifest_version": 3,
    "name": "Edit Anything with Creative Power",
    "version": "1.0.1",
    "description": "Edit any website, take screenshots, and enhance any webpage with powerful tools",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Edit Anything with Creative Power",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "howtouse.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "toggle-edit-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Toggle edit mode"
        },
        "toggle-dark-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            },
            "description": "Toggle dark mode"
        },
        "take-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Take screenshot"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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