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.
Cos'è Tic-Tac-Toe?
Tic-Tac-Toe è un'estensione di Chrome sviluppata da tarundabhi, e la sua funzione principale è "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tic-Tac-Toe
Scarica i file di estensione Tic-Tac-Toe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Tic-Tac-Toe |
ID | fefhbndhjbpfggfackdcgdiikdpbgomn |
URL Ufficiale | https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn |
Descrizione | Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid. |
Dimensione del File | 142 KB |
Conteggio Installazioni | 122 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-08-11 |
Data di Pubblicazione | 2018-08-11 |
Sviluppatore | tarundabhi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |