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

Wat is Tenhou score pane?

Tenhou score pane is een Chrome-extensie ontwikkeld door https://mahjong.ie, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tenhou score pane

Download Tenhou score pane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tenhou score pane Tenhou score pane
ID bomgpekbpofhaconibaifacofoipomad
Officiële URL https://chromewebstore.google.com/detail/tenhou-score-pane/bomgpekbpofhaconibaifacofoipomad
Beschrijving 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
Bestandsgrootte 139 KB
Aantal Installaties 68
Huidige Versie 2.1.0
Laatst Bijgewerkt 2022-12-18
Publicatiedatum 2020-08-24
Ontwikkelaar https://mahjong.ie
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ApplySci/tenhou-scorepane
Help Pagina-URL https://github.com/ApplySci/tenhou-scorepane/issues
Ondersteunde Talen 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"
        }
    ]
}