Registrar Reviews
Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.
Cos'è Registrar Reviews?
Registrar Reviews è un'estensione di Chrome sviluppata da Shahid Chohan, e la sua funzione principale è "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Registrar Reviews
Scarica i file di estensione Registrar Reviews in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jnoajidmehffffobkginpnkefgcbclji |
| URL Ufficiale | https://chromewebstore.google.com/detail/registrar-reviews/jnoajidmehffffobkginpnkefgcbclji |
| Descrizione | Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window. |
| Dimensione del File | 3.64 KB |
| Conteggio Installazioni | 107 |
| Versione Corrente | 2.4.4 |
| Ultimo Aggiornamento | 2012-11-02 |
| Data di Pubblicazione | 2012-11-01 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | Shahid Chohan |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |