Rate My Professors QuickView
See Rate My Professor info without having to leave your page!
Rate My Professors QuickView là gì?
Rate My Professors QuickView là một tiện ích mở rộng Chrome được phát triển bởi https://darshanbhatta.com, và tính năng chính của nó là "See Rate My Professor info without having to leave your 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 Professors QuickView
Tải xuống các tệp mở rộng Rate My Professors QuickView 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
Don't waste time searching for each individual professor, see Rate My Professors (RMP) ratings right along side with your college's course catalog!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rate My Professors QuickView |
ID | npjghfoamhdipohjjgeaglkiiaifdpmm |
URL Chính Thức | https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm |
Mô tả | See Rate My Professor info without having to leave your page! |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-05-04 |
Ngày Phát Hành | 2019-04-30 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://darshanbhatta.com |
[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": "Rate My Professors QuickView", "author": "Darshan Bhatta", "description": "See Rate My Professor info without having to leave your page!", "version": "1.1", "permissions": [ "contextMenus", "https:\/\/4only.xyz\/", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "css\/tip.css", "css\/themes\/meta-link-preview.css", "css\/protip.css" ], "js": [ "jq.js", "content.js", "tip.js", "protip.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/tag.png" ], "browser_action": { "default_popup": "popup.html", "default_title": "RMP QuickView" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "manifest_version": 2 } |