Web Canvas

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

Web Canvasคืออะไร?

Web Canvas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaiwanth และคุณลักษณะหลักของมันคือ "A powerful vector based annotation tool to draw or write anything on web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Canvas

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}