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!」です。

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

screenshot
screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Rate My Professors QuickView Rate My Professors QuickView
ID npjghfoamhdipohjjgeaglkiiaifdpmm
公式URL 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
Eメール [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
}