Students test helper
Students test helper
Students test helper là gì?
Students test helper là một tiện ích mở rộng Chrome được phát triển bởi karim4bibip, và tính năng chính của nó là "Students test helper".
Ả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 Students test helper
Tải xuống các tệp mở rộng Students test helper 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
Додаток для студентів НУБІПа Він доповнює сайт ельорн відповідями
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Students test helper |
ID | dbfpodedfehloekmfhmjdadipnbfhhng |
URL Chính Thức | https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng |
Mô tả | Students test helper |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 226 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2021-04-28 |
Ngày Phát Hành | 2021-04-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | karim4bibip |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Students test helper", "description": "Students test helper", "version": "2.0.0", "permissions": [ "https:\/\/elearn.nubip.edu.ua\/*", "https:\/\/stormy-refuge-88605.herokuapp.com\/*" ], "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/elearn.nubip.edu.ua\/*" ], "run_at": "document_idle", "js": [ "DBWorker.js", "content.js" ] } ] } |