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ファイルをダウンロード

Tenhou English UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}