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.
拡張機能の基本情報
名前 | Tutreg Companion Extension |
ID | alklihigfndbjjihbglpfpadlmkcgdja |
公式URL | 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 |
Eメール | [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" ] } ] } |