Web Canvas

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

Web Canvas là gì?

Web Canvas là một tiện ích mở rộng Chrome được phát triển bởi Jaiwanth, và tính năng chính của nó là "A powerful vector based annotation tool to draw or write anything on web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Canvas

Tải xuống các tệp mở rộng Web Canvas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Canvas Web Canvas
ID gldgnmiohepapnbomknpclpjciaomcfa
URL Chính Thức https://chromewebstore.google.com/detail/web-canvas/gldgnmiohepapnbomknpclpjciaomcfa
Mô tả A powerful vector based annotation tool to draw or write anything on web.
Kích Thước Tệp 756 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2022-05-16
Ngày Phát Hành 2021-05-14
Nhà Phát Triển Jaiwanth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jaiwanth-v/web-canvas
URL Trang Trợ Giúp https://github.com/jaiwanth-v/web-canvas
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}