SS Easy Click
For use with SchoolSoft.se
SS Easy Click là gì?
SS Easy Click là một tiện ích mở rộng Chrome được phát triển bởi jonthedeveloper, và tính năng chính của nó là "For use with SchoolSoft.se".
Ả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 SS Easy Click
Tải xuống các tệp mở rộng SS Easy Click 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
For use with Schoolsoft.se to make it easier to enter knowledge requirements into assignments. and to update the subject rubric. This extension allows you to click the text of a knowledge requirement to set it to "green". Clicking it again will set it back to "white".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
URL Chính Thức | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
Mô tả | For use with SchoolSoft.se |
Kích Thước Tệp | 37.49 KB |
Số Lần Cài Đặt | 164 |
Phiên Bản Hiện Tại | 1.20 |
Cập Nhật Lần Cuối | 2021-05-26 |
Ngày Phát Hành | 2021-05-25 |
Nhà Phát Triển | jonthedeveloper |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SS Easy Click", "author": "Jonathan Phillips", "version": "1.20", "description": "For use with SchoolSoft.se", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.schoolsoft.se\/*\/right_teacher_test_ability_student.jsp*", "https:\/\/*.schoolsoft.se\/*\/right_teacher_student_ability.jsp*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |