TicTacToe by tinyjs.games

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

Was ist TicTacToe by tinyjs.games?

TicTacToe by tinyjs.games ist eine Chrome-Erweiterung, die von http://tinyjs.games entwickelt wurde, und ihr Hauptmerkmal ist "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".

Erweiterungsscreenshots

screenshot

TicTacToe by tinyjs.games-Erweiterungs-CRX-Datei herunterladen

Laden Sie TicTacToe by tinyjs.games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
Offizielle URL https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
Beschreibung Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
Dateigröße 662 KB
Installationsanzahl 970
Aktuelle Version 1.0.1
Letztes Update 2017-05-11
Veröffentlichungsdatum 2017-05-11
Bewertung 1.19/5 Insgesamt 215 Bewertungen
Entwickler http://tinyjs.games
Zahlungsart free
Erweiterungswebsite https://tinyjs.games/tictactoe
Unterstützte Sprachen 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"
    ]
}