Tenhou score pane

Adds a pane to the tenhou.net and ron2.jp clients (/3, /4) in-game which contains the score history of the hands in the current game

Qu'est-ce que Tenhou score pane ?

Tenhou score pane est une extension Chrome développée par https://mahjong.ie, et sa fonction principale est "Adds a pane to the tenhou.net and ron2.jp clients (/3, /4) in-game which contains the score history of the hands in the current game".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tenhou score pane

Téléchargez les fichiers d'extension Tenhou score pane au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This adds a scoring pane to the right-hand side of the Ron2 and tenhou mahjong html5 clients, which lists the results of each hand.

Support is available on the Mahjong Discord - I'm ApplySci, just ping me there.

Great for streamers. Great for anyone who wants to follow how their game is progressing.

v2 now works with the new client at Ron2.jp/3 , as well as the tenhou clients at tenhou.net/3 and tenhou.net/4                    

Informations de Base sur l'Extension

Nom Tenhou score pane Tenhou score pane
ID bomgpekbpofhaconibaifacofoipomad
URL Officiel https://chromewebstore.google.com/detail/tenhou-score-pane/bomgpekbpofhaconibaifacofoipomad
Description Adds a pane to the tenhou.net and ron2.jp clients (/3, /4) in-game which contains the score history of the hands in the current game
Taille du Fichier 139 KB
Nombre d'Installations 68
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-12-18
Date de Publication 2020-08-24
Développeur https://mahjong.ie
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ApplySci/tenhou-scorepane
URL de la Page d'Aide https://github.com/ApplySci/tenhou-scorepane/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tenhou score pane",
    "version": "2.1.0",
    "description": "Adds a pane to the tenhou.net and ron2.jp clients (\/3, \/4) in-game which contains the score history of the hands in the current game",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tenhou.net\/0*",
                "*:\/\/tenhou.net\/4*",
                "*:\/\/tenhou.net\/3*",
                "*:\/\/ron2.jp\/3*"
            ],
            "js": [
                "jquery.js",
                "chart.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ]
}