Tenhou English UI

Change the UI text on the Tenhou HTML5 Web Client from Japanese to English

Tenhou English UI란 무엇입니까?

Tenhou English UI은(는) mai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the UI text on the Tenhou HTML5 Web Client from Japanese to English"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tenhou English UI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play Tenhou in the language of your choice!

Available languages:
- English
- Français
- Vietnamese
- Polish

After installing this extension, head to http://tenhou.net/3/ to see the result. 

Note: This will not work for the Flash client

Special thanks:
ApplySci (Major contributor)
Dimitrieh (UX contributor)
TrollOfNova (French)
Starfire (Vietnamese)
Kraków Chombo Club (Polish)
kvaps (Logo)                    

확장 프로그램 기본 정보

이름 Tenhou English UI Tenhou English UI
ID cbomnmkpjmleifejmnjhfnfnpiileiin
공식 URL https://chromewebstore.google.com/detail/tenhou-english-ui/cbomnmkpjmleifejmnjhfnfnpiileiin
설명 Change the UI text on the Tenhou HTML5 Web Client from Japanese to English
파일 크기 7.56 MB
설치 횟수 3,834
현재 버전 8.0
최근 업데이트 2020-05-01
출시 날짜 2020-05-01
평점 4.80/5 총 15 개의 평점
개발자 mai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/zefiris/tenhou-english-ui
지원되는 언어 en,fr,vi,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "8.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/tenhou-16.png",
        "19": "icons\/tenhou-19.png",
        "32": "icons\/tenhou-32.png",
        "38": "icons\/tenhou-38.png",
        "64": "icons\/tenhou-64.png",
        "128": "icons\/tenhou-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/tenhou-16.png",
            "19": "icons\/tenhou-19.png",
            "32": "icons\/tenhou-32.png",
            "38": "icons\/tenhou-38.png",
            "64": "icons\/tenhou-64.png",
            "128": "icons\/tenhou-128.png"
        },
        "default_popup": "options.html",
        "default_title": "__MSG_popupTitle__"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/tenhou.net\/*",
        "*:\/\/p.mjv.jp\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "tile-sheet-height.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tenhou.net\/3*",
                "*:\/\/tenhou.net\/5*",
                "*:\/\/tenhou.net\/sc\/*",
                "*:\/\/tenhou.net\/ranking.html",
                "*:\/\/tenhou.net\/stat\/*"
            ],
            "js": [
                "translations.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}