mortal悪手率解析

モータルのメタデータの項目に悪手率を追加します

What is mortal悪手率解析?

mortal悪手率解析 is a Chrome extension developed by gami113, and its main feature is "モータルのメタデータの項目に悪手率を追加します".

Extension Screenshots

screenshot

Download mortal悪手率解析 Extension CRX File

Download mortal悪手率解析 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        麻雀AI mortalの解析画面に悪手率を追加します。

副露を除く打牌について、mortalの推奨度が5%以下の打牌を悪手として算出します。
総打数125、副露選択25、悪手打牌4の場合は下記のように悪手率を計算します。

4 / (125-25) = 0.04

副露を含めないのは作者の好みとなります。

更新情報
2023/06/24
ver1.0.1: 
立直打牌が打牌選択の総数に含まれていない不具合を修正
副露後の打牌が集計対象外となっている不具合を修正

2023/06/25
ver1.1.0:
悪手へ移動するリンクを作成
悪手率をmjai-reviewerバージョンの1つ上に表示するように修正

2023/07/10
ver1.1.1:
説明文を修正しました
英語のページに対応しました
メールを頂いてから、時間がかかってしまい申し訳ございません

2024/02/27
ver1.1.2:
简体中文、한국어 対応しました。                    

Extension Basic Information

Name mortal悪手率解析 mortal悪手率解析
ID mbedhhhkkfedlklkpimncaeplfloflok
Official URL https://chromewebstore.google.com/detail/mortal%E6%82%AA%E6%89%8B%E7%8E%87%E8%A7%A3%E6%9E%90/mbedhhhkkfedlklkpimncaeplfloflok
Description モータルのメタデータの項目に悪手率を追加します
File Size 10.46 KB
Installation Count 1,634
Current Version 1.1.2
Last Updated 2024-02-27
Publish Date 2023-06-23
Rating 5.00/5 Total 1 Ratings
Developer gami113
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "mortal\u60aa\u624b\u7387\u89e3\u6790",
    "version": "1.1.2",
    "description": "\u30e2\u30fc\u30bf\u30eb\u306e\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u9805\u76ee\u306b\u60aa\u624b\u7387\u3092\u8ffd\u52a0\u3057\u307e\u3059",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/mjai.ekyu.moe\/report\/*"
            ]
        }
    ]
}