Paint Tool for Web

Write text, draw any shapes, erase directly on the page, take screenshots of what you drew

Paint Tool for Webคืออะไร?

Paint Tool for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย victorink888 และคุณลักษณะหลักของมันคือ "Write text, draw any shapes, erase directly on the page, take screenshots of what you drew"

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

screenshot

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

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

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

                        Let`s bring something unusual and useful to your everyday browsing. This cool extension allows you to draw on websites anything you want and everywhere you want on the web. 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 tool. Paint on web extension is going to change your browsing once and for all. Draw on sites in real-time and make screenshots. In general, this extension has set of main features identical to those of Microsoft Paint. This new and awesome web paint extension has intuitive interface so it’s really easy to work with. Extension allows you to: draw a straight line, square or rectangle, curved lines, ellipse, complex figures, use a pencil and eraser, add text. You can choose color of elements from wide palette with RGB, HSL, HEX codes, set transparency and line width. Erase everything or save screenshot of the page you were using. Here is another unique option – set your own shortcuts for all the web paint features. Isn’t that useful? So don’t hesitate, install this addon and you won’t be disappointed. Paint on web in simple manner and without any difficulties. Draw online with our new and absolutely free extension for chrome browser.                    

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

ชื่อ Paint Tool for Web Paint Tool for Web
ID ibjgkhbbcdendkjelgeejmplomociemh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/paint-tool-for-web/ibjgkhbbcdendkjelgeejmplomociemh
คำอธิบาย Write text, draw any shapes, erase directly on the page, take screenshots of what you drew
ขนาดไฟล์ 67.2 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-07-27
วันที่เผยแพร่ 2021-03-21
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา victorink888
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paint Tool for Web",
    "version": "1.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "Write text, draw any shapes, erase directly on the page, take screenshots of what you drew",
    "background": {
        "scripts": [
            "bg\/simple_bg.js",
            "bg\/hard_bg.js"
        ]
    },
    "options_page": "page_html.html",
    "browser_action": {
        "default_title": "Paint Tool for Web",
        "default_icon": "lperfage.png"
    },
    "icons": {
        "128": "lperfage.png"
    },
    "permissions": [
        "storage",
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}