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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}