Web Paint
Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
Web Paintคืออะไร?
Web Paint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Web Tools และคุณลักษณะหลักของมันคือ "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Paint
ดาวน์โหลดไฟล์ส่วนขยาย Web Paint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive. Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools. Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive. Just click on the app icon and your painting can begin!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Paint |
ID | gennnndepkflndgcjajggdhclmghkpdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl |
คำอธิบาย | Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint! |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 28,396 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2022-11-23 |
วันที่เผยแพร่ | 2021-01-08 |
คะแนน | 2.32/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | Web Tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "\/lib\/jquery.min.js", "\/background\/background.js" ] }, "browser_action": { "default_icon": [], "default_title": "Web Paint" }, "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Web Paint", "options_page": "\/background\/options.html", "permissions": [ "storage", "activeTab" ], "short_name": "Web Paint", "version": "1.3.2", "web_accessible_resources": [ "\/lib\/jquery.min.js" ] } |