SnappetReader
Reads snappet student information and generates a report from that
SnappetReader là gì?
SnappetReader là một tiện ích mở rộng Chrome được phát triển bởi Swen Nijboer, và tính năng chính của nó là "Reads snappet student information and generates a report from that".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SnappetReader
Tải xuống các tệp mở rộng SnappetReader 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
Plugin speciaal voor gebruikers van het leerkrachtenplatform Snappet. Bij het lesoverzicht kan een snel overzicht van de leerlingen met hun bijbehorende score gegeneerd worden. Hiervoor moet je op de pagina van een les zitten en dan vervolgens op het Snappet icoon klikken.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eomnkpppioelnmflmihlaenajdmifppj |
URL Chính Thức | https://chromewebstore.google.com/detail/snappetreader/eomnkpppioelnmflmihlaenajdmifppj |
Mô tả | Reads snappet student information and generates a report from that |
Kích Thước Tệp | 231 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-01-10 |
Ngày Phát Hành | 2018-11-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Swen Nijboer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnappetReader", "description": "Reads snappet student information and generates a report from that", "version": "1.5", "action": { "default_popup": "hello.html", "default_icon": "hello_extensions.png" }, "manifest_version": 3, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } }, "permissions": [ "tabs", "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*.snappet.org\/", "https:\/\/*.snappet.org\/" ] } |