AutoDraw for skribbl.io
Auto draws images in pictionary game skribbl.io.
AutoDraw for skribbl.ioคืออะไร?
AutoDraw for skribbl.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย galehouse5 และคุณลักษณะหลักของมันคือ "Auto draws images in pictionary game skribbl.io."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoDraw for skribbl.io
ดาวน์โหลดไฟล์ส่วนขยาย AutoDraw for skribbl.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updates: - Now works with Skribbl's December 2022 UI changes How to use: 1. Search for an image using Google (https://images.google.com) 2. Drag and drop it onto the canvas 3. Sit back and relax Tips: - Simple images, like clip art, draw the fastest - Draws best with Chrome maximized Is AutoDraw active? If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoDraw for skribbl.io |
ID | bpnefockcbbpkbahgkkacjmebfheacjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb |
คำอธิบาย | Auto draws images in pictionary game skribbl.io. |
ขนาดไฟล์ | 11.69 KB |
จำนวนการติดตั้ง | 285,247 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2023-01-04 |
วันที่เผยแพร่ | 2020-05-07 |
คะแนน | 3.59/5 รวมทั้งหมด 237 คะแนน |
ผู้พัฒนา | galehouse5 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/galehouse5/skribbl-io-autodraw |
URL หน้าช่วยเหลือ | https://github.com/galehouse5/skribbl-io-autodraw/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoDraw for skribbl.io", "description": "Auto draws images in pictionary game skribbl.io.", "version": "0.3.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "css": [ "main.css" ], "js": [ "dist\/main.js" ] } ], "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw" } |