HYU Portal helper
한양대 포탈을 편리하게
HYU Portal helperとは何ですか?
HYU Portal helperはr4pidstartによって開発されたChromeの拡張機能で、その主な機能は「한양대 포탈을 편리하게」です。
拡張機能のスクリーンショット
HYU Portal helper拡張機能のCRXファイルをダウンロード
HYU Portal helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
한양대 포탈에서 불편했던 점을 편리하게 바꿨습니다.
拡張機能の基本情報
名前 | HYU Portal helper |
ID | mpddhicgddciajnmoplafejpbkebgdem |
公式URL | https://chromewebstore.google.com/detail/hyu-portal-helper/mpddhicgddciajnmoplafejpbkebgdem |
説明 | 한양대 포탈을 편리하게 |
ファイルサイズ | 31.07 KB |
インストール数 | 239 |
現在のバージョン | 2.5 |
最終更新日 | 2022-07-23 |
公開日 | 2021-05-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | r4pidstart |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HYU Portal helper", "description": "\ud55c\uc591\ub300 \ud3ec\ud0c8\uc744 \ud3b8\ub9ac\ud558\uac8c", "version": "2.5", "browser_action": { "default_popup": "settings.html", "default_title": "title" }, "icons": { "128": "img\/logo_128.png", "64": "img\/logo_64.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/portal.hanyang.ac.kr\/*" ], "js": [ "js\/start.js" ], "run_at": "document_end" } ] } |