HandsUp!
Teacher! Teacher!
Apa itu HandsUp!?
HandsUp! adalah ekstensi Chrome yang dikembangkan oleh handsupforschoolsio, dan fitur utamanya adalah "Teacher! Teacher!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HandsUp!
Unduh file ekstensi HandsUp! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | jmmalcijjhhjdlmdemoiabiklimfkmej |
URL Resmi | https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej |
Deskripsi | Teacher! Teacher! |
Ukuran File | 29.02 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-03-09 |
Tanggal Publikasi | 2018-03-09 |
Pengembang | handsupforschoolsio |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |