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.
Hvad er Tic-Tac-Toe?
Tic-Tac-Toe er en Chrome-udvidelse udviklet af tarundabhi, og dens hovedfunktion er "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".
Udvidelsesskærmbilleder
Download Tic-Tac-Toe-udvidelses-CRX-fil
Download Tic-Tac-Toe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Tic-Tac-Toe |
ID | fefhbndhjbpfggfackdcgdiikdpbgomn |
Officiel URL | https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn |
Beskrivelse | Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid. |
Filstørrelse | 142 KB |
Antal Installationer | 122 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-08-11 |
Udgivelsesdato | 2018-08-11 |
Udvikler | tarundabhi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |