Lichess Flags
View a player's country flag next to their username in live and post games! For lichess.org
Lichess Flagsとは何ですか?
Lichess FlagsはJordan Aitkenによって開発されたChromeの拡張機能で、その主な機能は「View a player's country flag next to their username in live and post games! For lichess.org」です。
拡張機能のスクリーンショット
Lichess Flags拡張機能のCRXファイルをダウンロード
Lichess Flags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View a player's country flag next to their username in live and post games! For lichess.org
拡張機能の基本情報
名前 | Lichess Flags |
ID | nnecmpmlkanlehaglkjbmiibipdcppol |
公式URL | https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol |
説明 | View a player's country flag next to their username in live and post games! For lichess.org |
ファイルサイズ | 209 KB |
インストール数 | 986 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-12-10 |
公開日 | 2021-05-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Jordan Aitken |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lichess Flags", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "script.js", "countryCodes.js" ], "css": [ "styles.css" ] } ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } } |