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.
Was ist Tic-Tac-Toe?
Tic-Tac-Toe ist eine Chrome-Erweiterung, die von tarundabhi entwickelt wurde, und ihr Hauptmerkmal ist "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".
Erweiterungsscreenshots
Tic-Tac-Toe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tic-Tac-Toe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Tic-Tac-Toe |
ID | fefhbndhjbpfggfackdcgdiikdpbgomn |
Offizielle URL | https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn |
Beschreibung | Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid. |
Dateigröße | 142 KB |
Installationsanzahl | 122 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-08-11 |
Veröffentlichungsdatum | 2018-08-11 |
Entwickler | tarundabhi |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |