TicTacToe by tinyjs.games

Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!

Co to jest TicTacToe by tinyjs.games?

TicTacToe by tinyjs.games to rozszerzenie Chrome opracowane przez http://tinyjs.games, a jego główną funkcją jest „Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TicTacToe by tinyjs.games

Pobierz pliki rozszerzeń TicTacToe by tinyjs.games 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

                        Play TicTacToe in your Browser while you wait for your pages to load or for an email to come! 
TicTacToe by tinyjs.games remembers your game so that you can continue from a different tab or window hours later!                    

Podstawowe informacje o rozszerzeniu

Nazwa TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
Oficjalny URL https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
Opis Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Rozmiar pliku 662 KB
Liczba instalacji 970
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-05-11
Data Publikacji 2017-05-11
Ocena 1.19/5 Łącznie 215 Oceny
Deweloper http://tinyjs.games
Typ Płatności free
Strona Rozszerzenia https://tinyjs.games/tictactoe
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TicTacToe by tinyjs.games",
    "description": "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!",
    "version": "1.0.1",
    "short_name": "TicTacToe",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "plugin.html",
        "default_title": "Play TicTacToe"
    },
    "minimum_chrome_version": "10",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ]
}