Web Canvas

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

Cos'è Web Canvas?

Web Canvas è un'estensione di Chrome sviluppata da Jaiwanth, e la sua funzione principale è "A powerful vector based annotation tool to draw or write anything on web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Canvas

Scarica i file di estensione Web Canvas in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
URL Ufficiale https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Descrizione A powerful vector based annotation tool to draw or write anything on web.
Dimensione del File 756 KB
Conteggio Installazioni 48
Versione Corrente 3.2
Ultimo Aggiornamento 2022-05-16
Data di Pubblicazione 2021-05-14
Sviluppatore Jaiwanth
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jaiwanth-v/web-canvas
URL della Pagina di Aiuto https://github.com/jaiwanth-v/web-canvas
Lingue Supportate 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"
    }
}