RMP for Spire

Adds RMP scores to New Spire

RMP for Spireとは何ですか?

RMP for Spireはggordbegliによって開発されたChromeの拡張機能で、その主な機能は「Adds RMP scores to New Spire」です。

拡張機能のスクリーンショット

screenshot

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!                    

拡張機能の基本情報

名前 RMP for Spire RMP for Spire
ID hcobmackmoenbachebflhldjccopcjpk
公式URL 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
Eメール [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"
    }
}