Web Paint for Google Chrome™

Draw on any website with simple drawing tools, then print the result.

Web Paint for Google Chrome™คืออะไร?

Web Paint for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Apps และคุณลักษณะหลักของมันคือ "Draw on any website with simple drawing tools, then print the result."

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

screenshot
screenshot

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

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

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

                        Need to highlight/add some text to a screenshot before sending out the screenshot in an email? You can do so today by using this software Web Paint for Google Chrome.

Pencil - Use the paint brush/pencil to draw on the web page. Choose the thickness of the brush to use, and the color of the paint brush/pencil. Use this feature to
highlight important parts of the webpage.

Text - Add in text and use text bubbles to point out the important parts of the screenshot.

Lines - Add in straight lines, modify the thickness of the lines

Shapes - You can choose from plenty of shapes, such as rectangles, triangles and also circles/squares.

Eraser - Made a mistake? Simply use the eraser feature to remove any errors/issues

Screenshot - Once you have finished adding in the text/shapes to the web page, take a screenshot of the webpage and save this screenshot to your computer. Its extremely
easy to use.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Web Paint for Google Chrome is not owned by,it is not licensed by and is not a subsidiary of Google Inc.                    

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

ชื่อ Web Paint for Google Chrome™ Web Paint for Google Chrome™
ID efifccmcdofkcjcleapkaeedlhcejcmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-paint-for-google-chro/efifccmcdofkcjcleapkaeedlhcejcmd
คำอธิบาย Draw on any website with simple drawing tools, then print the result.
ขนาดไฟล์ 441 KB
จำนวนการติดตั้ง 33,502
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-03-20
วันที่เผยแพร่ 2021-01-05
คะแนน 3.96/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Free Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "64": "img\/64.png"
        },
        "default_title": "Web Paint"
    },
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/web-paint.pdfwork.com\/",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/ui\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}