Rate My Professors QuickView

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

Vad är Rate My Professors QuickView?

Rate My Professors QuickView är en Chrome-tillägg utvecklad av https://darshanbhatta.com, och dess huvudfunktion är "See Rate My Professor info without having to leave your page!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Rate My Professors QuickView-förlängningens CRX-fil

Ladda ner Rate My Professors QuickView-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Don't waste time searching for each individual professor, see Rate My Professors (RMP) ratings right along side with your college's course catalog!                    

Grundläggande Information om Tillägg

Namn Rate My Professors QuickView Rate My Professors QuickView
ID npjghfoamhdipohjjgeaglkiiaifdpmm
Officiell webbadress https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm
Beskrivning See Rate My Professor info without having to leave your page!
Filstorlek 134 KB
Antal Installationer 11
Aktuell Version 1.1
Senast Uppdaterad 2019-05-04
Publiceringsdatum 2019-04-30
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://darshanbhatta.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}