WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web paint

Web paint

View on Chrome Web Store
View Web paint Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (188 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Add text, draw shapes, paint lines, paint curves, make notes, draw arrows on pages in real time make a screenshot / share / print
Type
Extension
Users
40,000 users
10K
Website paintonweb.com
2x2 studio
View author page of 2x2 studio
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 21, 2020
Version 1.4.14
Manifest version
3
Updated
Updated on June 18, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Web paint 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",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "images\/icon38.png",
        "name": "__MSG_name__",
        "description": "__MSG_description__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "version": "1.4.14",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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