어디가냥

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

Cos'è 어디가냥?

어디가냥 è un'estensione di Chrome sviluppata da Jeongin Lee, e la sua funzione principale è "한양대 ERICA 학생들이 필요한 모든 웹사이트를 모았습니다.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 어디가냥

Scarica i file di estensione 어디가냥 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 어디가냥 어디가냥
ID bkdmilgcnhdhflhckakimbgfhaklkdjp
URL Ufficiale https://chromewebstore.google.com/detail/%EC%96%B4%EB%94%94%EA%B0%80%EB%83%A5/bkdmilgcnhdhflhckakimbgfhaklkdjp
Descrizione 한양대 ERICA 학생들이 필요한 모든 웹사이트를 모았습니다.
Dimensione del File 721 KB
Conteggio Installazioni 209
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2021-01-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jeongin Lee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jil8885
URL della Pagina della Politica sulla Privacy https://jil8885.github.io/QuickHanyang/html/privacy.html
Lingue Supportate 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:\/\/\/*"
            ]
        }
    ]
}