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.

Apa itu Tic-Tac-Toe?

Tic-Tac-Toe adalah ekstensi Chrome yang dikembangkan oleh tarundabhi, dan fitur utamanya adalah "Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tic-Tac-Toe

Unduh file ekstensi Tic-Tac-Toe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Tic-Tac-Toe Tic-Tac-Toe
ID fefhbndhjbpfggfackdcgdiikdpbgomn
URL Resmi https://chromewebstore.google.com/detail/tic-tac-toe/fefhbndhjbpfggfackdcgdiikdpbgomn
Deskripsi Tic-tac-toe is game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
Ukuran File 142 KB
Jumlah Instalasi 122
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-08-11
Tanggal Publikasi 2018-08-11
Pengembang tarundabhi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}