Tac

A Tic Tac Toe game for your browser

什么是Tac?

Tac是由Magill开发的Chrome扩展程序,该扩展的主要功能是“A Tic Tac Toe game for your browser”。

扩展截图

screenshot
screenshot
screenshot

下载Tac扩展crx文件

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

扩展使用说明

                        A quick and fun extension that allows you to play Tic Tac Toe against the computer, with four different difficulty levels.

Cleanest Tic Tac Toe extension out there! Great for when you've gotta wait for a webpage or video to load.




Icon: https://www.iconfinder.com/icons/190298/game_grey_tac_tic_toe_icon#size=128
 - Author: Vlad Martin                    

扩展基本信息

名称 Tac Tac
ID kkcofijmkjoenpklbaliedjkidcndnon
官方URL https://chromewebstore.google.com/detail/tac/kkcofijmkjoenpklbaliedjkidcndnon
简介 A Tic Tac Toe game for your browser
文件大小 132 KB
安装次数 283
当前版本 1.1
更新时间 2016-02-10
上架时间 2016-02-09
评分 4.14/5 共7次评分
开发者 Magill
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tac",
    "description": "A Tic Tac Toe game for your browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "options_page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}