GitHub 한글화

GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.

Cos'è GitHub 한글화?

GitHub 한글화 è un'estensione di Chrome sviluppata da hatemogi, e la sua funzione principale è "GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GitHub 한글화

Scarica i file di estensione GitHub 한글화 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

                        GitHub 사이트의 주요 부분을 한글로 번역해주는 확장 프로그램입니다. 이 확장 프로그램을 설치한 뒤, https://github.com 에 방문하시면, 한글로 번역된 페이지가 보입니다. GitHub의 주요 페이지들을 한국어로 번역하며, 점점 번역 범위를 늘리려합니다. 평소 영문으로만 보이던 GitHub 사이트를 이제는 한국어로 편하게 보실 수 있습니다. 이 확장 프로그램을 설치한 뒤, 평소 이용하시던 대로 GitHub에 방문하시면 한글화된 모습을 보실 수 있습니다. 설치 후 아래 페이지들을 방문해 보세요.

- https://github.com/login
- https://github.com/hatemogi/github-ko-ext                    

Informazioni di Base sull'Estensione

Nome GitHub 한글화 GitHub 한글화
ID phhgannnkapemfnciphmbpenaflbngmm
URL Ufficiale https://chromewebstore.google.com/detail/github-%ED%95%9C%EA%B8%80%ED%99%94/phhgannnkapemfnciphmbpenaflbngmm
Descrizione GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.
Dimensione del File 6.01 MB
Conteggio Installazioni 7,509
Versione Corrente 0.1.9
Ultimo Aggiornamento 2022-10-11
Data di Pubblicazione 2019-11-19
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore hatemogi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hatemogi/github-ko-ext
URL della Pagina di Aiuto https://github.com/hatemogi/github-ko-ext/issues
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub \ud55c\uae00\ud654",
    "short_name": "github_ko",
    "version": "0.1.9",
    "description": "GitHub.com\uc758 \ub0b4\uc6a9\uc744 \ud55c\uae00\ub85c \ubc88\uc5ed\ud574 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc774 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud558\uc2e0 \ub4a4, \uae43\ud5d9\uc5d0 \ubc29\ubb38\ud558\uc2dc\uba74 \ud55c\uae00\ub85c \ubc88\uc5ed\ub41c \ub0b4\uc6a9\uc774 \ubcf4\uc785\ub2c8\ub2e4.",
    "author": "https:\/\/github.com\/hatemogi\/github-ko-ext",
    "homepage_url": "https:\/\/github.com\/hatemogi\/github-ko-ext",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "script": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "css": [
                "github-ko.css"
            ],
            "js": [
                "github-ko.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "webRequest",
        "*:\/\/*.github.com\/"
    ],
    "web_accessible_resources": [
        "fonts\/*.ttf"
    ]
}