Awesome Chess Game New Tab
Play Chess online in browser new tab. The most interesting chess game for chrome.
Co je Awesome Chess Game New Tab?
Awesome Chess Game New Tab je rozšíření Chrome vyvinuté https://appstation.tech, a jeho hlavní funkcí je „Play Chess online in browser new tab. The most interesting chess game for chrome.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Awesome Chess Game New Tab
Stáhněte si soubory rozšíření Awesome Chess Game New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gjpicfpaencbcfjmehglknifdjkdbiad |
Oficiální URL | https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad |
Popis | Play Chess online in browser new tab. The most interesting chess game for chrome. |
Velikost souboru | 12.27 KB |
Počet instalací | 12,610 |
Aktuální Verze | 2.01 |
Poslední Aktualizace | 2021-12-19 |
Datum Vydání | 2020-05-19 |
Hodnocení | 2.81/5 Celkem 32 Hodnocení |
Vývojář | https://appstation.tech |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://appstation.tech/privacypolicy.html |
Podporované Jazyky | 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" } } |