Tic-Tac-Toe

Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

Qu'est-ce que Tic-Tac-Toe ?

Tic-Tac-Toe est une extension Chrome développée par tarundabhi, et sa fonction principale est "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tic-Tac-Toe

Téléchargez les fichiers d'extension Tic-Tac-Toe 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

                                            

Informations de Base sur l'Extension

Nom Tic-Tac-Toe Tic-Tac-Toe
ID fefhbndhjbpfggfackdcgdiikdpbgomn
URL Officiel https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn
Description Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
Taille du Fichier 142 KB
Nombre d'Installations 122
Version Actuelle 1.1
Dernière Mise à Jour 2018-08-11
Date de Publication 2018-08-11
Développeur tarundabhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tic-Tac-Toe",
    "version": "1.1",
    "description": "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3\u00d73 grid.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}