Web Canvas

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

Qu'est-ce que Web Canvas ?

Web Canvas est une extension Chrome développée par Jaiwanth, et sa fonction principale est "A powerful vector based annotation tool to draw or write anything on web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web Canvas

Téléchargez les fichiers d'extension Web Canvas au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
URL Officiel https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Description A powerful vector based annotation tool to draw or write anything on web.
Taille du Fichier 756 KB
Nombre d'Installations 48
Version Actuelle 3.2
Dernière Mise à Jour 2022-05-16
Date de Publication 2021-05-14
Développeur Jaiwanth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jaiwanth-v/web-canvas
URL de la Page d'Aide https://github.com/jaiwanth-v/web-canvas
Langues Prises en Charge 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"
    }
}