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 هو إضافة Chrome تم تطويرها بواسطة tarundabhi، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Tic-Tac-Toe

قم بتنزيل ملفات الامتداد Tic-Tac-Toe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    }
}