Tic-Tac-Toe

Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

什么是Tic-Tac-Toe?

Tic-Tac-Toe是由tarundabhi开发的Chrome扩展程序,该扩展的主要功能是“Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.”。

扩展截图

screenshot
screenshot
screenshot

下载Tic-Tac-Toe扩展crx文件

下载Tic-Tac-Toe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Tic-Tac-Toe Tic-Tac-Toe
ID fefhbndhjbpfggfackdcgdiikdpbgomn
官方URL https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn
简介 Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
文件大小 142 KB
安装次数 122
当前版本 1.1
更新时间 2018-08-11
上架时间 2018-08-11
开发者 tarundabhi
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tic-Tac-Toe",
    "version": "1.1",
    "description": "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3\u00d73 grid.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}