Tenhou English UI

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

Tenhou English UI क्या है?

Tenhou English UI https://mahjong.ie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the UI text on the Tenhou HTML5 Web Client from Japanese to English"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tenhou English UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Play Tenhou and Ron2 in the language of your choice!

This is the latest version of the Tenhou English UI, which updates the original plugin from Mai.

And use custom tilesets - labelled with Western numbers & letters, or brightened with stronger colours.

Available languages:
- English
- Français
- Tiếng Việt
- Polski
- Español

After installing this extension, head to https://tenhou.net/3/ or https://tenhou.net/4/ , or https://ron2.jp/3 to see the result.

Note: This will not work for the Flash client

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

एक्सटेंशन की मूल जानकारी

नाम Tenhou English UI Tenhou English UI
ID jdackjfahmdepglkioclfdhbhdplnana
आधिकारिक URL https://chromewebstore.google.com/detail/tenhou-english-ui/jdackjfahmdepglkioclfdhbhdplnana
विवरण Change the UI text on the Tenhou HTML5 Web Client from Japanese to English
फ़ाइल का आकार 139 KB
स्थापना संख्या 331
वर्तमान संस्करण 10.3.2
अंतिम अपडेट 2023-11-23
प्रकाशन तिथि 2021-07-06
डेवलपर https://mahjong.ie
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/ApplySci/tenhou-english-ui
सहायता पृष्ठ URL https://gitlab.com/ApplySci/tenhou-english-ui/issues
समर्थित भाषाएँ en,fr,vi,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "10.3.2",
    "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"
    },
    "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__"
    },
    "host_permissions": [
        "*:\/\/tenhou.net\/*",
        "*:\/\/ron2.jp\/*",
        "*:\/\/cdn.tenhou.net\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src * data: blob: ; style-src 'self' data: 'unsafe-inline'; img-src 'self' data: mahjong.ie "
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/ron2.jp\/3*",
                "*:\/\/tenhou.net\/3*",
                "*:\/\/tenhou.net\/4*",
                "*:\/\/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": {
        "page": "options.html"
    }
}