Tenhou English UI

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

Tenhou English UI là gì?

Tenhou English UI là một tiện ích mở rộng Chrome được phát triển bởi mai, và tính năng chính của nó là "Change the UI text on the Tenhou HTML5 Web Client from Japanese to English".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tenhou English UI

Tải xuống các tệp mở rộng Tenhou English UI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tenhou English UI Tenhou English UI
ID cbomnmkpjmleifejmnjhfnfnpiileiin
URL Chính Thức https://chromewebstore.google.com/detail/tenhou-english-ui/cbomnmkpjmleifejmnjhfnfnpiileiin
Mô tả Change the UI text on the Tenhou HTML5 Web Client from Japanese to English
Kích Thước Tệp 7.56 MB
Số Lần Cài Đặt 3,834
Phiên Bản Hiện Tại 8.0
Cập Nhật Lần Cuối 2020-05-01
Ngày Phát Hành 2020-05-01
Đánh Giá 4.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển mai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/zefiris/tenhou-english-ui
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}