TicTacToe by tinyjs.games

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

TicTacToe by tinyjs.gamesとは何ですか?

TicTacToe by tinyjs.gamesはhttp://tinyjs.gamesによって開発されたChromeの拡張機能で、その主な機能は「Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!」です。

拡張機能のスクリーンショット

screenshot

TicTacToe by tinyjs.games拡張機能のCRXファイルをダウンロード

TicTacToe by tinyjs.games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
公式URL https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio
説明 Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
ファイルサイズ 662 KB
インストール数 970
現在のバージョン 1.0.1
最終更新日 2017-05-11
公開日 2017-05-11
評価 1.19/5 合計 215 レビュー
開発者 http://tinyjs.games
支払い方法 free
拡張機能のウェブサイト https://tinyjs.games/tictactoe
対応言語 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"
    ]
}