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

Tenhou score paneとは何ですか?

Tenhou score paneはhttps://mahjong.ieによって開発されたChromeの拡張機能で、その主な機能は「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」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tenhou score pane拡張機能のCRXファイルをダウンロード

Tenhou score pane拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Tenhou score pane Tenhou score pane
ID bomgpekbpofhaconibaifacofoipomad
公式URL https://chromewebstore.google.com/detail/tenhou-score-pane/bomgpekbpofhaconibaifacofoipomad
説明 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
ファイルサイズ 139 KB
インストール数 68
現在のバージョン 2.1.0
最終更新日 2022-12-18
公開日 2020-08-24
開発者 https://mahjong.ie
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ApplySci/tenhou-scorepane
ヘルプページのURL https://github.com/ApplySci/tenhou-scorepane/issues
対応言語 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"
        }
    ]
}