Registrar Reviews
Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.
Hvad er Registrar Reviews?
Registrar Reviews er en Chrome-udvidelse udviklet af Shahid Chohan, og dens hovedfunktion er "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.".
Udvidelsesskærmbilleder
Download Registrar Reviews-udvidelses-CRX-fil
Download Registrar Reviews-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jnoajidmehffffobkginpnkefgcbclji |
| Officiel URL | https://chromewebstore.google.com/detail/registrar-reviews/jnoajidmehffffobkginpnkefgcbclji |
| Beskrivelse | Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window. |
| Filstørrelse | 3.64 KB |
| Antal Installationer | 107 |
| Nuværende Version | 2.4.4 |
| Senest Opdateret | 2012-11-02 |
| Udgivelsesdato | 2012-11-01 |
| Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
| Udvikler | Shahid Chohan |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |