Web Canvas

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

Apa itu Web Canvas?

Web Canvas adalah ekstensi Chrome yang dikembangkan oleh Jaiwanth, dan fitur utamanya adalah "A powerful vector based annotation tool to draw or write anything on web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Canvas

Unduh file ekstensi Web Canvas dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
URL Resmi https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Deskripsi A powerful vector based annotation tool to draw or write anything on web.
Ukuran File 756 KB
Jumlah Instalasi 48
Versi Saat Ini 3.2
Terakhir Diperbarui 2022-05-16
Tanggal Publikasi 2021-05-14
Pengembang Jaiwanth
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jaiwanth-v/web-canvas
URL Halaman Bantuan https://github.com/jaiwanth-v/web-canvas
Bahasa yang Didukung 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"
    }
}