Marmalade
Chess AI, Lichess
Marmaladeとは何ですか?
MarmaladeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chess AI, Lichess」です。
拡張機能のスクリーンショット
Marmalade拡張機能のCRXファイルをダウンロード
Marmalade拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chess engine, work in progress, works with lichess, during a game ask Marmalade for the next best move!
Just click the button once and wait for the cookies :) 拡張機能の基本情報
| 名前 | |
| ID | gcngofmmfchabjegdjagkpdnblnbjfcp |
| 公式URL | https://chromewebstore.google.com/detail/marmalade/gcngofmmfchabjegdjagkpdnblnbjfcp |
| 説明 | Chess AI, Lichess |
| ファイルサイズ | 465 KB |
| インストール数 | 97 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2018-02-25 |
| 公開日 | 2018-02-25 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ryan-qiyu-jiang.github.io/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Marmalade",
"description": "Chess AI, Lichess",
"version": "0.0.2",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/lichess.org\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"page_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html",
"default_title": "Next Move"
}
} | |