HYU Portal helper

한양대 포탈을 편리하게

What is HYU Portal helper?

HYU Portal helper is a Chrome extension developed by r4pidstart, and its main feature is "한양대 포탈을 편리하게".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HYU Portal helper Extension CRX File

Download HYU Portal helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        한양대 포탈에서 불편했던 점을 편리하게 바꿨습니다.                    

Extension Basic Information

Name HYU Portal helper HYU Portal helper
ID mpddhicgddciajnmoplafejpbkebgdem
Official URL https://chromewebstore.google.com/detail/hyu-portal-helper/mpddhicgddciajnmoplafejpbkebgdem
Description 한양대 포탈을 편리하게
File Size 31.07 KB
Installation Count 239
Current Version 2.5
Last Updated 2022-07-23
Publish Date 2021-05-25
Rating 5.00/5 Total 1 Ratings
Developer r4pidstart
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}