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.
Co to jest Tic-Tac-Toe?
Tic-Tac-Toe to rozszerzenie Chrome opracowane przez tarundabhi, a jego główną funkcją jest „Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tic-Tac-Toe
Pobierz pliki rozszerzeń Tic-Tac-Toe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Tic-Tac-Toe |
ID | fefhbndhjbpfggfackdcgdiikdpbgomn |
Oficjalny URL | https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn |
Opis | Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid. |
Rozmiar pliku | 142 KB |
Liczba instalacji | 122 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-08-11 |
Data Publikacji | 2018-08-11 |
Deweloper | tarundabhi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |