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
Eメール [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"
    }
}