Tutreg Companion Extension
Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.
什麼是Tutreg Companion Extension?
Tutreg Companion Extension是由https://tutreg.com開發的Chrome擴展程式,該擴展的主要功能是“Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.”。
擴展截圖
下載Tutreg Companion Extension擴展crx文件
下載Tutreg Companion Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app must be used in conjuction with https://tutreg.com. For NUS students only.
For use in the EduRec system, for tutorial registration rounds 1 and 2.
This extension is provided on a as-is basis. Please do check that the correct courses and rank order have been selected by the extension.
Any bugs can be reported to Github or on the Telegram channel (https://t.me/tutreghelp)
App icon provided by flaticon.com. 擴展基本資訊
| 名稱 | |
| ID | alklihigfndbjjihbglpfpadlmkcgdja |
| 官方網址 | https://chromewebstore.google.com/detail/tutreg-companion-extensio/alklihigfndbjjihbglpfpadlmkcgdja |
| 簡介 | Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks. |
| 檔案大小 | 265 KB |
| 安裝次數 | 419 |
| 目前版本 | 1.4 |
| 更新時間 | 2023-08-15 |
| 上架時間 | 2023-01-11 |
| 開發者 | https://tutreg.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://t.me/tutreghelp |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "tutreg.com Companion",
"name": "Tutreg Companion Extension",
"description": "Companion extension for tutreg.com. Select and rank classes on EduRec with just two clicks.",
"version": "1.4",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Tutreg Companion Extension"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/myedurec.nus.edu.sg\/*",
"http:\/\/myedurec.nus.edu.sg\/*"
],
"js": [
".\/static\/js\/content.js"
]
}
]
} | |