Rate My ASU Professors
Rate My Professors Plugin for ASU Class Search. Allowing you to directly view professor ratings on the ASU Class Search page.
Rate My ASU Professors là gì?
Rate My ASU Professors là một tiện ích mở rộng Chrome được phát triển bởi Huan Doan, và tính năng chính của nó là "Rate My Professors Plugin for ASU Class Search. Allowing you to directly view professor ratings on the ASU Class Search page.".
Ả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 Rate My ASU Professors
Tải xuống các tệp mở rộng Rate My ASU Professors 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
Are you spending a lot of time switching back and forth between ASU Class Search and RateMyProfessors.com? This extension will display the Professor's ratings directly on the ASU Class Search Website. Source code also available at https://github.com/dnhuan/RateMyASUProfessors Feel free to fork the repository or open a pull request
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rate My ASU Professors |
ID | fjaecienfknhgnhipoobjjjlflbkadem |
URL Chính Thức | https://chromewebstore.google.com/detail/rate-my-asu-professors/fjaecienfknhgnhipoobjjjlflbkadem |
Mô tả | Rate My Professors Plugin for ASU Class Search. Allowing you to directly view professor ratings on the ASU Class Search page. |
Kích Thước Tệp | 84.39 KB |
Số Lần Cài Đặt | 1,459 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2023-11-03 |
Ngày Phát Hành | 2022-12-22 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Huan Doan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dnhuan/RateMyASUProfessors |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLSdfy-vyEc3lds8H6jYRtn50raGl24Kbo-pUGroU61WzXd5zMw/viewform |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My ASU Professors", "version": "2.2.0", "description": "Rate My Professors Plugin for ASU Class Search. Allowing you to directly view professor ratings on the ASU Class Search page.", "author": "[email protected]", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/catalog.apps.asu.edu\/*" ], "css": [ "content\/styles.css" ] }, { "matches": [ "https:\/\/*.asu.edu\/catalog\/classes*" ], "js": [ "content\/jquery-3.5.1.min.js", "content\/string-similarity.min.js", "content\/content.js" ] } ], "permissions": [ "activeTab", "background" ], "host_permissions": [ "https:\/\/*.asu.edu\/*", "https:\/\/www.ratemyprofessors.com\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |