Courseoff Buddy for Georgia Tech
Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!
Courseoff Buddy for Georgia Techคืออะไร?
Courseoff Buddy for Georgia Tech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tituswoo.com และคุณลักษณะหลักของมันคือ "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Courseoff Buddy for Georgia Tech
ดาวน์โหลดไฟล์ส่วนขยาย Courseoff Buddy for Georgia Tech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATE (Aug 2018): Pushed fix that points to an improved courseoff-buddy server. Removed the obtrusive "loading enhancements..." screen. UPDATE (Jan 2017): This extension no longer retrieves data from RateMyProfessors, as they have asked me to remove the feature. Registering for classes just got a whole lot easier. Courseoff Buddy adds new features to the Courseoff you know and love. Get average grade distributions for courses and professors from Course Critique, course descriptions from Oscar, and professor directory information (such as email addresses) from RCR.... all without leaving Courseoff! To use this extension, simply visit the GaTech Courseoff page like usual, and enjoy the new features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hiiomkfdlmhbdfbjboldgnkdhcboifhe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/courseoff-buddy-for-georg/hiiomkfdlmhbdfbjboldgnkdhcboifhe |
คำอธิบาย | Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes! |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2018-08-26 |
วันที่เผยแพร่ | 2018-08-26 |
คะแนน | 4.47/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | http://tituswoo.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tituswoo.com |
URL หน้าช่วยเหลือ | http://tituswoo.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Courseoff Buddy for Georgia Tech", "description": "Integrates info from Course Critique, and Oscar directly into Courseoff for all your Georgia Tech classes!", "version": "0.0.6", "icons": { "128": "images\/page-action-icon.png", "32": "images\/page-action-icon.png" }, "page_action": { "default_icon": { "128": "images\/page-action-icon.png" }, "default_title": "Course Buddy for Courseoff", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/gatech.courseoff.com\/*" ], "css": [ "styles\/main.css", "styles\/tooltipster.css", "styles\/tooltipster-courseoff-light.css" ], "js": [ "lib\/jquery-1.11.2.min.js", "lib\/jquery-observe.js", "lib\/jquery.tooltipster.min.js", "js\/Events.js", "js\/utilities.js", "js\/main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "lib\/jquery-1.11.2.min.js", "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*" ] } |