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"
    ]
}