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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | bomgpekbpofhaconibaifacofoipomad |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
]
} | |