TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Qu'est-ce que TicTacToe by tinyjs.games ?
TicTacToe by tinyjs.games est une extension Chrome développée par http://tinyjs.games, et sa fonction principale est "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TicTacToe by tinyjs.games
Téléchargez les fichiers d'extension TicTacToe by tinyjs.games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
URL Officiel | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Description | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
Taille du Fichier | 662 KB |
Nombre d'Installations | 970 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-05-11 |
Date de Publication | 2017-05-11 |
Évaluation | 1.19/5 Total 215 Évaluations |
Développeur | http://tinyjs.games |
Type de Paiement | free |
Site Web de l'Extension | https://tinyjs.games/tictactoe |
Langues Prises en Charge | 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" ] } |