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
Eメール [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"
    }
}