천봉 번역기

천봉의 텍스트를 한국어로 번역 및 표시해줍니다.

What is 천봉 번역기?

천봉 번역기 is a Chrome extension developed by SeolYua, and its main feature is "천봉의 텍스트를 한국어로 번역 및 표시해줍니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
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

                        천봉 내의 텍스트를 자동으로 번역합니다.
간편하게 천봉에 접속할 수 있도록 접속기능도 포함합니다.

번역을 위한 데이터 파일은 온라인에 기재되어 있어 언제든지 열람이 가능합니다.
또한 데이터 파일이 업데이트 되면 해당 앱에 자동으로 반영됩니다.
(앱이 작동할 때마다 데이터 파일을 불러옵니다.)

<팝업 버튼 설명>
[공식 로비 접속]: 랭킹전을 할 수 있는 로비 (tenhou.net/3/) 팝업창으로 열기
[로비 번호 입력]: 임의의 로비 번호 입력하여 팝업창으로 열기
[비어있는 로비 랜덤 생성]: tenhou.net 페이지에서 지원하는 로비 생성 기능
[팝업 창으로 열기]: 현재 활성화된 탭을 팝업창으로 열기
[URL 주소 입력]: URL 주소를 입력하여 팝업창으로 열기
[관전 페이지 팝업 창으로 열기]: 공식 로비의 관전 페이지를 팝업 창으로 열기
  (관전 페이지에서 다른 로비의 관전 페이지로 이동 가능)
[확장프로그램 기능 ON/OFF]: 기능 작동 여부를 토글 방식으로 On/Off


<업데이트>
버전 1.1.0
해결된 문제: 규칙을 변경해도 상세정보가 변경되지 않음
버전 1.1.1
해결된 문제: 패보 페이지가 번역되지 않음

버전 1.2.0
해결된 문제
HTML 기반(tenhou.net/5/)의 패보 페이지가 제대로 번역되지 않음
기능 추가
'팝업 창으로 열기', 'URL 주소 입력', '관전 페이지 팝업 창으로 열기', 
'확장프로그램 기능 ON/OFF', '관전 링크 공유'


<번역 데이터 파일>
https://github.com/SnowYeon/Tenhou-Tanslate-Data-Japanese-to-Korean/blob/master/TenhouTransData_ko.txt

<번역 업데이트 기록>
https://github.com/SnowYeon/Tenhou-Tanslate-Data-Japanese-to-Korean/commits/master/TenhouTransData_ko.txt                    

Extension Basic Information

Name 천봉 번역기 천봉 번역기
ID aleaahpcokehokhnhahlbanpideoomai
Official URL https://chromewebstore.google.com/detail/%EC%B2%9C%EB%B4%89-%EB%B2%88%EC%97%AD%EA%B8%B0/aleaahpcokehokhnhahlbanpideoomai
Description 천봉의 텍스트를 한국어로 번역 및 표시해줍니다.
File Size 36.91 KB
Installation Count 112
Current Version 1.2.0
Last Updated 2019-06-12
Publish Date 2019-06-12
Developer SeolYua
Email [email protected]
Payment Type free
Extension Website http://tenhou.net/
Help Page URL https://github.com/SnowYeon/Tenhou-Tanslate-Data-Japanese-to-Korean/blob/master/TenhouTransData_ko.txt
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Seol",
    "name": "\ucc9c\ubd09 \ubc88\uc5ed\uae30",
    "description": "\ucc9c\ubd09\uc758 \ud14d\uc2a4\ud2b8\ub97c \ud55c\uad6d\uc5b4\ub85c \ubc88\uc5ed \ubc0f \ud45c\uc2dc\ud574\uc90d\ub2c8\ub2e4.",
    "version": "1.2.0",
    "version_name": "1.2.0",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "\ucc9c\ubd09 \ubc88\uc5ed\uae30",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/tenhou.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tenhou.net\/3\/",
                "*:\/\/tenhou.net\/3\/?L*",
                "*:\/\/tenhou.net\/3\/?C*",
                "*:\/\/tenhou.net\/3\/?log*",
                "*:\/\/tenhou.net\/3\/?wg*",
                "*:\/\/tenhou.net\/5*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/tenhou.net\/0\/wg*",
                "*:\/\/tenhou.net\/make_lobby.html?lobby"
            ],
            "js": [
                "make.js"
            ],
            "run_at": "document_end"
        }
    ]
}