TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Vad är TicTacToe by tinyjs.games?
TicTacToe by tinyjs.games är en Chrome-tillägg utvecklad av http://tinyjs.games, och dess huvudfunktion är "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".
Tilläggsskärmbilder
Ladda ner TicTacToe by tinyjs.games-förlängningens CRX-fil
Ladda ner TicTacToe by tinyjs.games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
Officiell webbadress | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Beskrivning | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
Filstorlek | 662 KB |
Antal Installationer | 970 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-05-11 |
Publiceringsdatum | 2017-05-11 |
Betyg | 1.19/5 Totalt 215 Betyg |
Utvecklare | http://tinyjs.games |
Betalningssätt | free |
Tilläggswebbplats | https://tinyjs.games/tictactoe |
Stödda Språk | 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" ] } |