TicTacToe by tinyjs.games

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

Что такое TicTacToe by tinyjs.games?

TicTacToe by tinyjs.games - это расширение Chrome, разработанное http://tinyjs.games, и его основная функция - "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TicTacToe by tinyjs.games

Скачайте файлы расширений TicTacToe by tinyjs.games в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
Официальный URL https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
Описание Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Размер файла 662 KB
Количество установок 970
Текущая Версия 1.0.1
Последнее Обновление 2017-05-11
Дата публикации 2017-05-11
Рейтинг 1.19/5 Всего 215 оценок
Разработчик http://tinyjs.games
Тип оплаты free
Официальный сайт расширения https://tinyjs.games/tictactoe
Поддерживаемые языки 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"
    ]
}