Web Canvas

A powerful vector based annotation tool to draw or write anything on web.

What is Web Canvas?

Web Canvas is a Chrome extension developed by Jaiwanth, and its main feature is "A powerful vector based annotation tool to draw or write anything on web.".

Extension Screenshots

screenshot

Download Web Canvas Extension CRX File

Download Web Canvas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Web canvas allows you to draw freehand, write text, create shapes on any web page. You can select, cut, copy and paste object selections using standard shortcuts. You can also save/copy the canvas to your clipboard. Reload the page after install to make it work.                    

Extension Basic Information

Name Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
Official URL https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Description A powerful vector based annotation tool to draw or write anything on web.
File Size 756 KB
Installation Count 48
Current Version 3.2
Last Updated 2022-05-16
Publish Date 2021-05-14
Developer Jaiwanth
Email [email protected]
Payment Type free
Extension Website https://github.com/jaiwanth-v/web-canvas
Help Page URL https://github.com/jaiwanth-v/web-canvas
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Canvas",
    "manifest_version": 3,
    "version": "3.2",
    "description": "A powerful vector based annotation tool to draw or write anything on web.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "pencil16.png",
        "32": "pencil32.png",
        "64": "pencil64.png",
        "128": "pencil128.png"
    }
}