Web paint

Web paint - draw on web pages

Web paintคืออะไร?

Web paint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MutledNewt และคุณลักษณะหลักของมันคือ "Web paint - draw on web pages"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Web paint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Web Paint is a drawing tool for web pages.
You can take a screenshot of the resulting drawing or save it to the file.

This tool is useful for education purposes, for taking a quick note in a remote work environment, or just for fun!
Features:
⭐ Graphical editor tools e.g. pencil, text, line, arrows.
⭐ Various sizes and colors
⭐ Copy to clipboard
⭐ Export to file                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web paint Web paint
ID bgmbegiipocepiabgonbodbapnpejcfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-paint/bgmbegiipocepiabgonbodbapnpejcfn
คำอธิบาย Web paint - draw on web pages
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2021-07-11
วันที่เผยแพร่ 2021-06-28
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา MutledNewt
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.notion.so/Web-paint-Privacy-Policy-073222c2f7304934b49f2adaa98419eb
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "description": "__MSG_app_desc__",
        "name": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "1.1.5",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}