GitHub 한글화

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

What is GitHub 한글화?

GitHub 한글화 is a Chrome extension developed by hatemogi, and its main feature is "GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GitHub 한글화 Extension CRX File

Download GitHub 한글화 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

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

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

Extension Basic Information

Name GitHub 한글화 GitHub 한글화
ID phhgannnkapemfnciphmbpenaflbngmm
Official URL https://chromewebstore.google.com/detail/github-%ED%95%9C%EA%B8%80%ED%99%94/phhgannnkapemfnciphmbpenaflbngmm
Description GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.
File Size 6.01 MB
Installation Count 7,509
Current Version 0.1.9
Last Updated 2022-10-11
Publish Date 2019-11-19
Rating 4.92/5 Total 12 Ratings
Developer hatemogi
Email [email protected]
Payment Type free
Extension Website https://github.com/hatemogi/github-ko-ext
Help Page URL https://github.com/hatemogi/github-ko-ext/issues
Supported Languages 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"
    ]
}