GitHub 한글화

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

GitHub 한글화คืออะไร?

GitHub 한글화 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hatemogi และคุณลักษณะหลักของมันคือ "GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub 한글화

ดาวน์โหลดไฟล์ส่วนขยาย GitHub 한글화 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub 한글화 GitHub 한글화
ID phhgannnkapemfnciphmbpenaflbngmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-%ED%95%9C%EA%B8%80%ED%99%94/phhgannnkapemfnciphmbpenaflbngmm
คำอธิบาย GitHub.com의 내용을 한글로 번역해 보여줍니다. 이 확장 프로그램을 설치하신 뒤, 깃헙에 방문하시면 한글로 번역된 내용이 보입니다.
ขนาดไฟล์ 6.01 MB
จำนวนการติดตั้ง 7,509
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2022-10-11
วันที่เผยแพร่ 2019-11-19
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา hatemogi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hatemogi/github-ko-ext
URL หน้าช่วยเหลือ https://github.com/hatemogi/github-ko-ext/issues
ภาษาที่รองรับ 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"
    ]
}