WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web Paint Tool - draw online

Web Paint Tool - draw online

View on Chrome Web Store
View Web Paint Tool - draw online Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (4,465 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Draw rectangle, circle, lines and others shapes or add text on any web pages, then make screenshot the result.
Type
Extension
Users
200,000 users
100K
Draw Online
View author page of Draw Online
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 26, 2021
Version 1.0.6
Manifest version
3
Updated
Updated on January 24, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Web Paint Tool - draw online 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",
    "name": "__MSG_name__",
    "version": "1.0.6",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "settings.html",
    "action": {
        "default_title": "Web Paint Tool",
        "default_icon": {
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/jquery-3.2.1.min.js"
            ],
            "css": [
                "\/css\/modal.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "<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