Rate My Professors QuickView

See Rate My Professor info without having to leave your page!

Rate My Professors QuickViewคืออะไร?

Rate My Professors QuickView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://darshanbhatta.com และคุณลักษณะหลักของมันคือ "See Rate My Professor info without having to leave your page!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate My Professors QuickView

ดาวน์โหลดไฟล์ส่วนขยาย 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
}