TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Co je TicTacToe by tinyjs.games?
TicTacToe by tinyjs.games je rozšíření Chrome vyvinuté http://tinyjs.games, a jeho hlavní funkcí je „Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TicTacToe by tinyjs.games
Stáhněte si soubory rozšíření TicTacToe by tinyjs.games ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
Oficiální URL | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Popis | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
Velikost souboru | 662 KB |
Počet instalací | 970 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2017-05-11 |
Datum Vydání | 2017-05-11 |
Hodnocení | 1.19/5 Celkem 215 Hodnocení |
Vývojář | http://tinyjs.games |
Typ Platby | free |
Webové stránky Rozšíření | https://tinyjs.games/tictactoe |
Podporované Jazyky | 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" ] } |