Web Paint

Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn

Web Paintคืออะไร?

Web Paint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amiranarian91 และคุณลักษณะหลักของมันคือ "Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Multifunctional yet pretty simple web paint tool definitely won’t disappoint you. If you need to highlight some important words or text in real time or just want to draw some stuff, then just install this amazing web paint. This awesome app includes drawing tools and allows you to draw on sites and add texts. Extension allows you to draw online: draw a straight line, square or rectangle, curved lines, ellipse, complex figures, use a pencil and eraser, add text. Set Hot-keys to each tool and make the extension even more convenient to use. Isn’t it useful to draw on websites?
This extension is 100% safe and has no viruses and/or harmful scripts to steal your data. So don’t hesitate, install this addon and you won’t be disappointed. We bet you won’t find a better web paint on the whole web. In general, this extension has set of main features identical to those of Microsoft Paint. This extension is easy to use due to its simplicity and reliability. This cool extension allows you to paint on web anything you want and everywhere you want on the web. Adjust everything in accordance to your need and paint on web whatever you want. It may sound a little complicated, but it's actually quite a simple process thanks to the extension's intuitive interface.                    

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

ชื่อ Web Paint Web Paint
ID nbgkpgakinbjdcdeblmehaggdgojjobo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-paint/nbgkpgakinbjdcdeblmehaggdgojjobo
คำอธิบาย Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn
ขนาดไฟล์ 90.5 KB
จำนวนการติดตั้ง 12,551
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-06-12
วันที่เผยแพร่ 2021-09-21
คะแนน 3.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา amiranarian91
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.6",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn",
    "background": {
        "scripts": [
            "js\/background\/app.js"
        ],
        "persistent": false
    },
    "options_page": "layouts\/keyboard.html",
    "browser_action": {
        "default_title": "Paint Tool for Web",
        "default_icon": "icons\/logo.png"
    },
    "icons": {
        "128": "icons\/logo.png"
    },
    "permissions": [
        "storage",
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}