Rate My Professors QuickView

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

O que é Rate My Professors QuickView?

Rate My Professors QuickView é uma extensão do Chrome desenvolvida por https://darshanbhatta.com, e sua principal característica é "See Rate My Professor info without having to leave your page!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rate My Professors QuickView

Baixe arquivos de extensão Rate My Professors QuickView no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Rate My Professors QuickView Rate My Professors QuickView
ID npjghfoamhdipohjjgeaglkiiaifdpmm
URL Oficial https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm
Descrição See Rate My Professor info without having to leave your page!
Tamanho do Arquivo 134 KB
Contagem de Instalações 11
Versão Atual 1.1
Última Atualização 2019-05-04
Data de Publicação 2019-04-30
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://darshanbhatta.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}