Tenhou English UI

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

Τι είναι το Tenhou English UI;

Το Tenhou English UI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mai, και η κύρια λειτουργία του είναι "Change the UI text on the Tenhou HTML5 Web Client from Japanese to English".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tenhou English UI

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}