TritonHelper
Multipurpose extension for UCSD students
TritonHelperとは何ですか?
TritonHelperはTritonHelperによって開発されたChromeの拡張機能で、その主な機能は「Multipurpose extension for UCSD students」です。
拡張機能のスクリーンショット
TritonHelper拡張機能のCRXファイルをダウンロード
TritonHelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TritonHelper is an extension to make life easier for UCSD students.
Class Schedule:
- view your class schedule with the click of a button
- syncs a copy of your schedule to your computer so you can quickly see it when you need to, even when offline!
Other features:
- easy access to useful information such as your UCSD mailing address, parking information and more
Go Tritons!
UPDATE 4/3/14 (v1.3.7.1): Autofill now works with new sign-on page 拡張機能の基本情報
| 名前 | |
| ID | pjnboioiodjoemninfjeofoefcmalndk |
| 公式URL | https://chromewebstore.google.com/detail/tritonhelper/pjnboioiodjoemninfjeofoefcmalndk |
| 説明 | Multipurpose extension for UCSD students |
| ファイルサイズ | 729 KB |
| インストール数 | 95 |
| 現在のバージョン | 1.3.7.1 |
| 最終更新日 | 2016-02-23 |
| 公開日 | 2016-02-22 |
| 評価 | 4.88/5 合計 8 レビュー |
| 開発者 | TritonHelper |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TritonHelper",
"description": "Multipurpose extension for UCSD students",
"version": "1.3.7.1",
"browser_action": {
"default_icon": "simplelogo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"*:\/\/a4.ucsd.edu\/tritON\/Authn\/*"
],
"js": [
"login.js"
]
},
{
"matches": [
"*:\/\/act.ucsd.edu\/myTritonlink20\/display.htm"
],
"js": [
"jquery-1.8.3.min.js",
"schedule.js"
]
},
{
"matches": [
"*:\/\/act.ucsd.edu\/cgi-bin\/tritonlink.pl\/2\/students\/academic\/classes\/class_schedule.pl"
],
"js": [
"jquery-1.8.3.min.js",
"inject.js"
]
}
],
"web_accessible_resources": [
"inject.js"
]
} | |