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.
Wat is Tic-Tac-Toe?
Tic-Tac-Toe is een Chrome-extensie ontwikkeld door tarundabhi, en de belangrijkste functie is "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tic-Tac-Toe
Download Tic-Tac-Toe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Tic-Tac-Toe |
ID | fefhbndhjbpfggfackdcgdiikdpbgomn |
Officiële URL | https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn |
Beschrijving | Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid. |
Bestandsgrootte | 142 KB |
Aantal Installaties | 122 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-08-11 |
Publicatiedatum | 2018-08-11 |
Ontwikkelaar | tarundabhi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |