Whiteboard
A simple whiteboard drawing tool for Chrome
Whiteboardคืออะไร?
Whiteboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FunWithExtensions และคุณลักษณะหลักของมันคือ "A simple whiteboard drawing tool for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whiteboard
ดาวน์โหลดไฟล์ส่วนขยาย Whiteboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Whiteboard extension is a user-friendly tool that enables users to draw shapes, select different colors, erase drawings, and save their creations. This extension is perfect for brainstorming, teaching, and collaborating with others. It removes all the fluff and is the simplest whiteboard to use on the market. It's completely free. It requires no login.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Whiteboard |
ID | dadplapppabmajkijhlannlpclngnflb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb |
คำอธิบาย | A simple whiteboard drawing tool for Chrome |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-04-23 |
วันที่เผยแพร่ | 2023-04-22 |
ผู้พัฒนา | FunWithExtensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whiteboard", "version": "1.1", "description": "A simple whiteboard drawing tool for Chrome", "manifest_version": 3, "icons": { "16": "draw.png", "48": "draw.png", "128": "draw.png" }, "action": { "default_title": "Whiteboard", "default_popup": "popup.html" }, "permissions": [] } |