NTU_ScoreSharing
A community sharing score distributions
NTU_ScoreSharingคืออะไร?
NTU_ScoreSharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MINS และคุณลักษณะหลักของมันคือ "A community sharing score distributions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NTU_ScoreSharing
ดาวน์โหลดไฟล์ส่วนขยาย NTU_ScoreSharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
用來分享成績分布的瀏覽器擴充元件,該元件可以在課程搜尋頁面加上歷史平均的 GPA 欄位,你可以看到所有使用該插件的使用者的課程歷史資訊,作為交換,所有你修過的課程分數會被上傳到資料庫當中,有關個人資料的使用詳見我們的隱私權政策。 v2.1.0 更新:可以看到修了這堂課的人也修了什麼課 該專案以 GPLv3 發佈:https://github.com/cin-yi-wei/mins/tree/master/app
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NTU_ScoreSharing |
ID | ibpfdaflfpdimokpjfaknocbjfcobide |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ntuscoresharing/ibpfdaflfpdimokpjfaknocbjfcobide |
คำอธิบาย | A community sharing score distributions |
ขนาดไฟล์ | 916 KB |
จำนวนการติดตั้ง | 442 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2021-07-14 |
วันที่เผยแพร่ | 2021-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | MINS |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/mins-policy/home |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NTU_ScoreSharing", "description": "A community sharing score distributions", "version": "2.1.0", "manifest_version": 2, "permissions": [ "https:\/\/*.ifsel3.aca.ntu.edu.tw\/*", "https:\/\/mighty-woodland-62500.herokuapp.com\/*" ], "background": { "scripts": [ "src\/background\/handler.js", "src\/background\/ntu\/parseNtuTranscriptToJson.js", "src\/background\/ntu\/loadNtuTranscript.js", "src\/background\/fetchEnrollments.js", "src\/background\/addListener.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/nol.ntu.edu.tw\/nol\/coursesearch\/*" ], "css": [ "lib\/swiper-bundle.min.css" ], "js": [ "lib\/swiper-bundle.min.js", "lib\/Chart.min.js", "lib\/popper.min.js", "src\/content_script\/fetchMessage.js", "src\/content_script\/fetchTranscript.js", "src\/content_script\/loadCourses.js", "src\/content_script\/ntu\/course_search\/getAllRows.js", "src\/content_script\/ntu\/course_search\/parseRow.js", "src\/content_script\/ntu\/course_search\/insertPieChart.js", "src\/content_script\/ntu\/course_search\/insertPopper.js", "src\/content_script\/ntu\/course_search\/insertListenerToDom.js", "src\/content_script\/ntu\/course_search\/main.js" ], "all_frames": true } ], "icons": { "128": "images\/mins128_b.png" } } |