Four in a Row (Connect 4)

Play Four in a Row in Chrome with two players.

Four in a Row (Connect 4)คืออะไร?

Four in a Row (Connect 4) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simple Extension Games และคุณลักษณะหลักของมันคือ "Play Four in a Row in Chrome with two players."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Four in a Row (Connect 4)

ดาวน์โหลดไฟล์ส่วนขยาย Four in a Row (Connect 4) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use a simple, clean, easy-to-operate Chrome extension to play the classic Four in a Row game, sometimes called Connect 4. Just click the game icon to open the game in a popup and begin. The game does not open in a new tab.

With a cleaner look and more reliable and accurate features, Connect 4 is a great option to play when bored while surfing the web!

Play Four in a Row together with your friends and family!

On your turn, simply click any spot in the desired column to drop your piece. The two players are red and yellow, and red always goes first. The turn is designated on the screen and the computer will automatically detect when someone gets four of their pieces in a row. Click "New Game" to reset the Connect 4 board, and click "Undo" in case you misclick on your turn. Please note, you may only undo the most recent move.

UPDATES:
Versions 1.2.1 and 1.2.2 - More bug fixes and improvements
Version 1.2 - "Undo" button bug fixes and improvements
Version 1.1 - New Feature: "Undo" button!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Four in a Row (Connect 4) Four in a Row (Connect 4)
ID nedmgahpcodjodffangidkibceihkdhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/four-in-a-row-connect-4/nedmgahpcodjodffangidkibceihkdhn
คำอธิบาย Play Four in a Row in Chrome with two players.
ขนาดไฟล์ 2.99 MB
จำนวนการติดตั้ง 7,130
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-01-09
วันที่เผยแพร่ 2020-06-24
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Simple Extension Games
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Four in a Row (Connect 4)",
    "description": "Play Four in a Row in Chrome with two players.",
    "version": "1.2.2",
    "browser_action": {
        "default_popup": "FourInARow.html",
        "default_icon": "4inaRowIcon.png"
    },
    "icons": {
        "128": "4inaRowIcon128.png",
        "96": "4inaRowIcon96.png",
        "48": "4inaRowIcon48.png",
        "32": "4inaRowIcon32.png",
        "16": "4inaRowIcon16.png"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            },
            "description": "Opens FourInARow.html"
        }
    }
}