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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}