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
电子邮箱 [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
}