RMP for Spire
Adds RMP scores to New Spire
什麼是RMP for Spire?
RMP for Spire是由ggordbegli開發的Chrome擴展程式,該擴展的主要功能是“Adds RMP scores to New Spire”。
擴展截圖
下載RMP for Spire擴展crx文件
下載RMP for Spire擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds Rate My Professor scores to the new version of Spire. Just search for classes and click the extension, then the ratings will appear. This will save you the hassle of navigating multiple tabs for each professor!
擴展基本資訊
名稱 | |
ID | hcobmackmoenbachebflhldjccopcjpk |
官方網址 | https://chromewebstore.google.com/detail/rmp-for-spire/hcobmackmoenbachebflhldjccopcjpk |
簡介 | Adds RMP scores to New Spire |
檔案大小 | 12.57 KB |
安裝次數 | 50 |
目前版本 | 0.1 |
更新時間 | 2022-04-11 |
上架時間 | 2022-04-10 |
開發者 | ggordbegli |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RMP for Spire", "action": [], "manifest_version": 3, "version": "0.1", "description": "Adds RMP scores to New Spire", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |