HandsUp!
Teacher! Teacher!
HandsUp!とは何ですか?
HandsUp!はhandsupforschoolsioによって開発されたChromeの拡張機能で、その主な機能は「Teacher! Teacher!」です。
拡張機能のスクリーンショット
HandsUp!拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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'" } |