HandsUp!

Teacher! Teacher!

HandsUp! là gì?

HandsUp! là một tiện ích mở rộng Chrome được phát triển bởi handsupforschoolsio, và tính năng chính của nó là "Teacher! Teacher!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HandsUp!

Tải xuống các tệp mở rộng HandsUp! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HandsUp! HandsUp!
ID jmmalcijjhhjdlmdemoiabiklimfkmej
URL Chính Thức https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej
Mô tả Teacher! Teacher!
Kích Thước Tệp 29.02 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-03-09
Ngày Phát Hành 2018-03-09
Nhà Phát Triển handsupforschoolsio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}