Web Canvas

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

Wat is Web Canvas?

Web Canvas is een Chrome-extensie ontwikkeld door Jaiwanth, en de belangrijkste functie is "A powerful vector based annotation tool to draw or write anything on web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Canvas

Download Web Canvas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
Officiële URL https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Beschrijving A powerful vector based annotation tool to draw or write anything on web.
Bestandsgrootte 756 KB
Aantal Installaties 48
Huidige Versie 3.2
Laatst Bijgewerkt 2022-05-16
Publicatiedatum 2021-05-14
Ontwikkelaar Jaiwanth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jaiwanth-v/web-canvas
Help Pagina-URL https://github.com/jaiwanth-v/web-canvas
Ondersteunde Talen 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"
    }
}