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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}