SpeeDoodle
Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
SpeeDoodleคืออะไร?
SpeeDoodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yumarg และคุณลักษณะหลักของมันคือ "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeeDoodle
ดาวน์โหลดไฟล์ส่วนขยาย SpeeDoodle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple chrome extension that replaces the New Tab page with a doodle space where users can easily draw a doodle using their mouse. Users can download their doodle as a PNG file or copy the doodle to Clipboard. User can also clear a drawing, erase parts of their drawing, change color of pencil, and change weight of pencil.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SpeeDoodle |
ID | lalbcphldbcignmifdmgjdidkegjhecd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd |
คำอธิบาย | Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle. |
ขนาดไฟล์ | 74.72 KB |
จำนวนการติดตั้ง | 2,414 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-04-06 |
วันที่เผยแพร่ | 2018-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | yumarg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeeDoodle", "description": "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.", "version": "1.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-3.3.1.min.js", "clipboard.min.js", "spectrum.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "doodlespace.html" }, "permissions": [ "clipboardWrite" ] } |