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
官方URL 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"
    }
}