NTHU_ScoreSharing

A community sharing score distributions

NTHU_ScoreSharing क्या है?

NTHU_ScoreSharing MINS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A community sharing score distributions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NTHU_ScoreSharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        用來分享成績分布的瀏覽器擴充元件,該元件可以在課程搜尋頁面加上歷史平均的 GPA 欄位,你可以看到所有使用該插件的使用者的課程歷史資訊,作為交換,所有你修過的課程分數會被上傳到資料庫當中,有關個人資料的使用詳見我們的隱私權政策。

功能:
 • 瀏覽成績分布和相對排名
 • 自動上傳成績
 • 自動填入驗證碼

v2.1.0 更新
 • 於標題新增推薦課程

該專案以 GPLv3 發佈: https://github.com/rareone0602/NTHU_ScoreSharing 

Why update?
The SSL of original host(https://140.114.71.70) is about to expired. We're migrating our service to heroku. Meanwhile, we both add and trim some features of the new backend.                    

एक्सटेंशन की मूल जानकारी

नाम NTHU_ScoreSharing NTHU_ScoreSharing
ID fbbgchnopppgncdjbckkjehfchncghdf
आधिकारिक URL https://chromewebstore.google.com/detail/nthuscoresharing/fbbgchnopppgncdjbckkjehfchncghdf
विवरण A community sharing score distributions
फ़ाइल का आकार 1020 KB
स्थापना संख्या 6,364
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2021-07-13
प्रकाशन तिथि 2020-05-27
रेटिंग 4.86/5 कुल 14 रेटिंग्स
डेवलपर 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": "NTHU_ScoreSharing",
    "description": "A community sharing score distributions",
    "version": "2.1.0",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/mighty-woodland-62500.herokuapp.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/background\/nthu\/parseNthuTranscriptToJson.js",
            "src\/background\/nthu\/parseNthuDistributionToJson.js",
            "src\/background\/handler.js",
            "src\/background\/nthu\/loadNthuTranscript.js",
            "src\/background\/fetchEnrollments.js",
            "src\/background\/addListener.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ccxp.nthu.edu.tw\/ccxp\/INQUIRE\/top.php*"
            ],
            "js": [
                "src\/content_script\/fetchMessage.js",
                "src\/content_script\/fetchTranscript.js",
                "src\/content_script\/nthu\/dashboard\/main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.ccxp.nthu.edu.tw\/ccxp\/INQUIRE\/"
            ],
            "js": [
                "src\/content_script\/fetchMessage.js",
                "src\/content_script\/nthu\/login\/main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.ccxp.nthu.edu.tw\/ccxp\/COURSE\/JH\/7\/7.6\/7.6.1\/*",
                "https:\/\/www.ccxp.nthu.edu.tw\/ccxp\/COURSE\/JH\/7\/7.1\/7.1.3\/*"
            ],
            "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\/loadCourses.js",
                "src\/content_script\/nthu\/presentation\/enroll\/parseRow.js",
                "src\/content_script\/nthu\/presentation\/enroll\/getAllRows.js",
                "src\/content_script\/nthu\/presentation\/insertPopper.js",
                "src\/content_script\/nthu\/presentation\/insertPieChart.js",
                "src\/content_script\/nthu\/presentation\/insertListenerToDom.js",
                "src\/content_script\/nthu\/presentation\/main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.ccxp.nthu.edu.tw\/ccxp\/INQUIRE\/JH\/6\/*"
            ],
            "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\/loadCourses.js",
                "src\/content_script\/nthu\/presentation\/course_search\/parseRow.js",
                "src\/content_script\/nthu\/presentation\/course_search\/getAllRows.js",
                "src\/content_script\/nthu\/presentation\/insertPopper.js",
                "src\/content_script\/nthu\/presentation\/insertPieChart.js",
                "src\/content_script\/nthu\/presentation\/insertListenerToDom.js",
                "src\/content_script\/nthu\/presentation\/main.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/network16.png",
        "24": "images\/network24.png",
        "32": "images\/network32.png",
        "64": "images\/network64.png",
        "128": "images\/network128.png",
        "512": "images\/network512.png"
    }
}