Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Saki Cards for Autotableとは何ですか?
Saki Cards for AutotableはUmeboshiによって開発されたChromeの拡張機能で、その主な機能は「Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions」です。
拡張機能のスクリーンショット
Saki Cards for Autotable拡張機能のCRXファイルをダウンロード
Saki Cards for Autotable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to play Saki Mahjong Cards on Autotable. Early prototype, might break.
Instructions: https://github.com/fuzzfactory0/saki-cards-extension/blob/master/README.md 拡張機能の基本情報
| 名前 | |
| ID | eebhgnhgjddpmagdidepnfaelledhagp |
| 公式URL | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
| 説明 | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
| ファイルサイズ | 27.62 MB |
| インストール数 | 82 |
| 現在のバージョン | 0.3.6 |
| 最終更新日 | 2023-06-25 |
| 公開日 | 2022-05-17 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Umeboshi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fuzzfactory0/saki-cards-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Saki Cards for Autotable",
"version": "0.3.6",
"description": "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"scripts.js"
],
"matches": [
"https:\/\/autotable.riichi.moe\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/autotable.riichi.moe\/*"
],
"resources": [
"assets\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |