ASU Professor Ratings
See Rate My Professors ratings alongside a professor's name when searching for ASU courses.
什麼是ASU Professor Ratings?
ASU Professor Ratings是由https://asuprofessorratings.com開發的Chrome擴展程式,該擴展的主要功能是“See Rate My Professors ratings alongside a professor's name when searching for ASU courses.”。
擴展截圖
下載ASU Professor Ratings擴展crx文件
下載ASU Professor Ratings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When searching for courses on ASU's course catalog, Rate My Professors's Overall Rating will be shown next to each instructor. Mousing over the rating will show more detailed ratings as well as reviews. Clicking the popup or Overall Rating will open that professor's page on Rate My Professors in a new tab. Autorun can be disabled so that ratings are only shown when the ASU Professor Ratings icon is clicked. This option and others can be accessed by going to the options menu of the extension by right clicking on the icon and selecting Options. The options can also be accessed through the chrome extensions page (chrome://extensions).
擴展基本資訊
名稱 | ASU Professor Ratings |
ID | iihdicimlmhhfmbifiifohcnihbbggfl |
官方網址 | https://chromewebstore.google.com/detail/asu-professor-ratings/iihdicimlmhhfmbifiifohcnihbbggfl |
簡介 | See Rate My Professors ratings alongside a professor's name when searching for ASU courses. |
檔案大小 | 1.06 MB |
安裝次數 | 4,314 |
目前版本 | 3.2.2 |
更新時間 | 2018-02-19 |
上架時間 | 2018-02-18 |
評分 | 3.95/5 共 37 次評分 |
開發者 | https://asuprofessorratings.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASU Professor Ratings", "short_name": "ASUProfessors", "description": "See Rate My Professors ratings alongside a professor's name when searching for ASU courses.", "version": "3.2.2", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "activeTab", "notifications", "storage" ], "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/webapp4.asu.edu\/catalog\/*" ], "css": [ "css\/content_script.css" ], "js": [ "js\/jquery.js", "js\/content_script.js", "js\/content_script_helper.js" ] } ], "web_accessible_resources": [ "images\/callout.png", "images\/loading.gif", "images\/gold-star.png", "html\/feedback.html", "html\/table_header.html", "html\/prof_rating.html", "js\/content_script_helper.js" ], "browser_action": { "default_icon": "images\/logo_no_plus48.png" } } |