Rate My Professors QuickView
See Rate My Professor info without having to leave your page!
什麼是Rate My Professors QuickView?
Rate My Professors QuickView是由https://darshanbhatta.com開發的Chrome擴展程式,該擴展的主要功能是“See Rate My Professor info without having to leave your page!”。
擴展截圖
下載Rate My Professors QuickView擴展crx文件
下載Rate My Professors QuickView擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't waste time searching for each individual professor, see Rate My Professors (RMP) ratings right along side with your college's course catalog! 擴展基本資訊
| 名稱 | |
| ID | npjghfoamhdipohjjgeaglkiiaifdpmm |
| 官方網址 | https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm |
| 簡介 | See Rate My Professor info without having to leave your page! |
| 檔案大小 | 134 KB |
| 安裝次數 | 11 |
| 目前版本 | 1.1 |
| 更新時間 | 2019-05-04 |
| 上架時間 | 2019-04-30 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | https://darshanbhatta.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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
} | |