HandsUp!
Teacher! Teacher!
HandsUp!คืออะไร?
HandsUp! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย handsupforschoolsio และคุณลักษณะหลักของมันคือ "Teacher! Teacher!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HandsUp!
ดาวน์โหลดไฟล์ส่วนขยาย HandsUp! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HandsUp! is an easy solution for letting students in device equipped classrooms let the teacher know they need help. The student simply selects the colors they want for their notification, select the extension in the toolbar and wait!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmmalcijjhhjdlmdemoiabiklimfkmej |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej |
คำอธิบาย | Teacher! Teacher! |
ขนาดไฟล์ | 29.02 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-03-09 |
วันที่เผยแพร่ | 2018-03-09 |
ผู้พัฒนา | handsupforschoolsio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Charles Babbage", "name": "HandsUp!", "description": "Teacher! Teacher!", "version": "1.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "handsup.html" }, "permissions": [ "activeTab", "storage" ], "offline_enabled": true, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |