어디가냥

한양대 ERICA 학생들이 필요한 모든 웹사이트를 모았습니다.

What is 어디가냥?

어디가냥 is a Chrome extension developed by Jeongin Lee, and its main feature is "한양대 ERICA 학생들이 필요한 모든 웹사이트를 모았습니다.".

Extension Screenshots

screenshot

Download 어디가냥 Extension CRX File

Download 어디가냥 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

                        한양대 ERICA 캠퍼스 재학생이 필요한 모든 웹사이트를 바로가기 형태로 모아두었습니다.

[기여자 목록]
인공지능학과 21학번 김준철                    

Extension Basic Information

Name 어디가냥 어디가냥
ID bkdmilgcnhdhflhckakimbgfhaklkdjp
Official URL https://chromewebstore.google.com/detail/%EC%96%B4%EB%94%94%EA%B0%80%EB%83%A5/bkdmilgcnhdhflhckakimbgfhaklkdjp
Description 한양대 ERICA 학생들이 필요한 모든 웹사이트를 모았습니다.
File Size 721 KB
Installation Count 209
Current Version 1.0.4
Last Updated 2023-05-09
Publish Date 2021-01-20
Rating 5.00/5 Total 2 Ratings
Developer Jeongin Lee
Email [email protected]
Payment Type free
Extension Website https://github.com/jil8885
Privacy Policy Page URL https://jil8885.github.io/QuickHanyang/html/privacy.html
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\uc5b4\ub514\uac00\ub0e5",
    "version": "1.0.4",
    "description": "\ud55c\uc591\ub300 ERICA \ud559\uc0dd\ub4e4\uc774 \ud544\uc694\ud55c \ubaa8\ub4e0 \uc6f9\uc0ac\uc774\ud2b8\ub97c \ubaa8\uc558\uc2b5\ub2c8\ub2e4.",
    "icons": {
        "16": ".\/images\/logo\/hanyang_logo.png",
        "48": ".\/images\/logo\/hanyang_logo.png",
        "128": ".\/images\/logo\/hanyang_logo.png"
    },
    "action": {
        "default_popup": ".\/html\/index.html",
        "default_icon": {
            "16": ".\/images\/logo\/hanyang_logo.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.json"
            ],
            "matches": [
                "file:\/\/\/*"
            ]
        }
    ]
}