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 |
官方網址 | 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" } } |