Awesome Chess Game New Tab
Play Chess online in browser new tab. The most interesting chess game for chrome.
什么是Awesome Chess Game New Tab?
Awesome Chess Game New Tab是由https://appstation.tech开发的Chrome扩展程序,该扩展的主要功能是“Play Chess online in browser new tab. The most interesting chess game for chrome.”。
扩展截图
下载Awesome Chess Game New Tab扩展crx文件
下载Awesome Chess Game New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play Chess online with your friend or alone. The most interest chess game for chrome. You can also 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 extension, now whenever you open a new tab the game will load. You can copy and paste the moves list from right hand side if you wish.
扩展基本信息
名称 | |
ID | gjpicfpaencbcfjmehglknifdjkdbiad |
官方URL | https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad |
简介 | Play Chess online in browser new tab. The most interesting chess game for chrome. |
文件大小 | 12.27 KB |
安装次数 | 12,610 |
当前版本 | 2.01 |
更新时间 | 2021-12-19 |
上架时间 | 2020-05-19 |
评分 | 2.81/5 共32次评分 |
开发者 | https://appstation.tech |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://appstation.tech/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome Chess Game New Tab", "version": "2.01", "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.", "icons": { "128": "images\/icon3.png" }, "background": { "scripts": [ "js\/background3.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_title": "Chess Game" } } |