TicTacToe by tinyjs.games

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

O que é TicTacToe by tinyjs.games?

TicTacToe by tinyjs.games é uma extensão do Chrome desenvolvida por http://tinyjs.games, e sua principal característica é "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TicTacToe by tinyjs.games

Baixe arquivos de extensão TicTacToe by tinyjs.games no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
URL Oficial https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
Descrição Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Tamanho do Arquivo 662 KB
Contagem de Instalações 970
Versão Atual 1.0.1
Última Atualização 2017-05-11
Data de Publicação 2017-05-11
Classificação 1.19/5 Total de 215 Avaliações
Desenvolvedor http://tinyjs.games
Tipo de Pagamento free
Site da Extensão https://tinyjs.games/tictactoe
Idiomas Suportados 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"
    ]
}