Registrar Reviews

Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.

O que é Registrar Reviews?

Registrar Reviews é uma extensão do Chrome desenvolvida por Shahid Chohan, e sua principal característica é "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Registrar Reviews

Baixe arquivos de extensão Registrar Reviews 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

                        Step 1: Install the extension
Step 2: Visit a UCLA registrar page with professors on it
Step 3: Click on the professor's name to see his/her review on bruinwalk
Step 4: ????
Step 5: Profit

*Donate*
Help feed me so I can make more cool stuff
http://goo.gl/jeppC

*Updates*
2.2 - Drastically improved performance on long pages
2.1 - Fixed logo error
2.0 - Fixed manifest install error
1.1 - Fixed spelling errors
1.0 - Launch

WARNING: Runs slowly on pages with many professors on it. Look for an efficiency tweak in an upcoming version.                    

Informações Básicas da Extensão

Nome Registrar Reviews Registrar Reviews
ID jnoajidmehffffobkginpnkefgcbclji
URL Oficial https://chromewebstore.google.com/detail/registrar-reviews/jnoajidmehffffobkginpnkefgcbclji
Descrição Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.
Tamanho do Arquivo 3.64 KB
Contagem de Instalações 107
Versão Atual 2.4.4
Última Atualização 2012-11-02
Data de Publicação 2012-11-01
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Shahid Chohan
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Registrar Reviews",
    "version": "2.4.4",
    "manifest_version": 2,
    "description": "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.registrar.ucla.edu\/schedule\/*",
                "http:\/\/*.registrar.ucla.edu\/schedule\/geresult*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}