Chess game
Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome
什么是Chess game?
Chess game是由https://downloadpcgames6.com开发的Chrome扩展程序,该扩展的主要功能是“Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome”。
扩展截图
下载Chess game扩展crx文件
下载Chess game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using This extension you can Play Chess game with your friend or alone. This is the most interest chess game for google chrome browser. You can also open it in a new tap or save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want. All you need to do is just install the chess game extension, and click on the chess icon it will open.
扩展基本信息
名称 | Chess game |
ID | dbmihiknkegbclhljngmibcfmdfolifk |
官方URL | https://chromewebstore.google.com/detail/chess-game/dbmihiknkegbclhljngmibcfmdfolifk |
简介 | Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome |
文件大小 | 561 KB |
安装次数 | 3,201 |
当前版本 | 3.5.1 |
更新时间 | 2021-11-02 |
上架时间 | 2021-11-02 |
评分 | 5.00/5 共2次评分 |
开发者 | https://downloadpcgames6.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.downloadpcgames6.com/ |
帮助页面URL | https://www.downloadpcgames6.com/ |
隐私政策页面URL | https://maaloma.tech/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Play Simple Chess Game FEN\/PGN viewer with evaluation without leaving chrome", "manifest_version": 2, "name": "Chess game", "version": "3.5.1", "icons": { "16": "icon\/p16.png", "32": "icon\/p32.png", "48": "icon\/p48.png", "96": "icon\/p96.png" }, "browser_action": { "default_icon": { "48": "icon\/p48.png" }, "default_title": "Simple Chess game", "default_popup": "the_popup\/simplechessboard.html" } } |