Web Canvas

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

Hvad er Web Canvas?

Web Canvas er en Chrome-udvidelse udviklet af Jaiwanth, og dens hovedfunktion er "A powerful vector based annotation tool to draw or write anything on web.".

Udvidelsesskærmbilleder

screenshot

Download Web Canvas-udvidelses-CRX-fil

Download Web Canvas-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
Officiel URL https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Beskrivelse A powerful vector based annotation tool to draw or write anything on web.
Filstørrelse 756 KB
Antal Installationer 48
Nuværende Version 3.2
Senest Opdateret 2022-05-16
Udgivelsesdato 2021-05-14
Udvikler Jaiwanth
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jaiwanth-v/web-canvas
Hjælpeside-URL https://github.com/jaiwanth-v/web-canvas
Understøttede Sprog 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"
    }
}