Web Paint

Draw shapes, lines, and add text to live web pages and take screenshot.

Web Paintคืออะไร?

Web Paint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web-paint.com และคุณลักษณะหลักของมันคือ "Draw shapes, lines, and add text to live web pages and take screenshot."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web Paint provides the following easy to use drawing tools that let you draw shapes, lines, and add text to live web pages and take screenshot (touch screen supported)

Pencil tool - draw a custom line with the selected line width and color.
Eyedropper tool - pick a color from the web page or your drawings and use it for drawing.
Text tool - insert text into the web page with the selected color and transparency.
Line tool - draw a straight line with the selected line width, transparency and color.
Arrow tool - draw a straight line with an arrow on the end the selected line width, transparency and color.
Quadratic curve - draw a quadratic curve with the selected line width, transparency and color.
Bezier curve - draw a bezier curve with the selected line width, transparency and color.
Polygon tool - draw a polygon with the selected line width, transparency and color.
Ellipse tool - draw an ellipse or a circle with the selected line width, transparency and color.
Paint bucket tool - fill an area with selected color and transparency.
Color picker - select a color for the text and line.
Transparency slider - select a transparency for the text and line. (Drag the slider to the left to decrease the value and to the right to increase the value)
Line width slider - select a line width. (Drag the slider to the left to decrease the value and to the right to increase the value)
Rectangle tool - draw a rectangle with the selected line width, transparency and color.
Cursor tool - interact with the web page.
Eraser tool - erase part of your drawings.
Screenshot tool - take a screenshot of the current web page with your drawings.
Exit button - clear your drawings and disable the tools. 

Please click the extension icon in the upper right of your browser to enable the tools.

Updates:
1.4.2 New tab page with draw tools.

1.4.0
- New Popup Design 
- New Tab blank page for sketch drawing
- Minor bugs fix                    

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

ชื่อ Web Paint Web Paint
ID emeokgokialpjadjaoeiplmnkjoaegng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-paint/emeokgokialpjadjaoeiplmnkjoaegng
คำอธิบาย Draw shapes, lines, and add text to live web pages and take screenshot.
ขนาดไฟล์ 655 KB
จำนวนการติดตั้ง 531,358
เวอร์ชันปัจจุบัน 1.4.09
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2020-03-17
คะแนน 3.43/5 รวมทั้งหมด 812 คะแนน
ผู้พัฒนา https://web-paint.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://web-paint.com
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/web-paint-privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,fr,sw,nl,no,vi,ca,da,et,es,hr,it,hu,pl,pt-PT,ro,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,kn-IN,th,am-ET,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "Background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/screen.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon38.png",
        "name": "__MSG_name__",
        "description": "__MSG_description__"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Draw shapes, lines, and add text to live web pages and take screenshot.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Web Paint",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "1.4.09",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}