Web Canvas

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

什麼是Web Canvas?

Web Canvas是由Jaiwanth開發的Chrome擴展程式,該擴展的主要功能是“A powerful vector based annotation tool to draw or write anything on web.”。

擴展截圖

screenshot

下載Web Canvas擴展crx文件

下載Web Canvas擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
官方網址 https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
簡介 A powerful vector based annotation tool to draw or write anything on web.
檔案大小 756 KB
安裝次數 48
目前版本 3.2
更新時間 2022-05-16
上架時間 2021-05-14
開發者 Jaiwanth
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jaiwanth-v/web-canvas
說明頁面URL https://github.com/jaiwanth-v/web-canvas
支援的語言 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"
    }
}