Chess Openings
Chess Openings Tutorial Database
什么是Chess Openings?
Chess Openings是由nerdromere开发的Chrome扩展程序,该扩展的主要功能是“Chess Openings Tutorial Database”。
扩展截图
下载Chess Openings扩展crx文件
下载Chess Openings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides useful explanations to chess positions. Users should install it because it instantly provides useful explanations based on the position of the chessboard. This is very useful for beginners who want to learn chess and need a quick way to understand the chess position.
扩展基本信息
名称 | Chess Openings |
ID | kpgbnbaohhomckijheoipglnckokahph |
官方URL | https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph |
简介 | Chess Openings Tutorial Database |
文件大小 | 77.11 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2023-01-31 |
上架时间 | 2023-01-31 |
开发者 | nerdromere |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Openings", "description": "Chess Openings Tutorial Database", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/explorer*" ], "js": [ "content-scripts\/ChessComContentScript.js" ] } ], "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |