Awesome Chess Game New Tab

Play Chess online in browser new tab. The most interesting chess game for chrome.

Qu'est-ce que Awesome Chess Game New Tab ?

Awesome Chess Game New Tab est une extension Chrome développée par https://appstation.tech, et sa fonction principale est "Play Chess online in browser new tab. The most interesting chess game for chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Awesome Chess Game New Tab

Téléchargez les fichiers d'extension Awesome Chess Game New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
URL Officiel https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Description Play Chess online in browser new tab. The most interesting chess game for chrome.
Taille du Fichier 12.27 KB
Nombre d'Installations 12,610
Version Actuelle 2.01
Dernière Mise à Jour 2021-12-19
Date de Publication 2020-05-19
Évaluation 2.81/5 Total 32 Évaluations
Développeur https://appstation.tech
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://appstation.tech/privacypolicy.html
Langues Prises en Charge 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"
    }
}