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)은(는) Simple Extension Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Four in a Row in Chrome with two players."입니다.
확장 프로그램 스크린샷
Four in a Row (Connect 4) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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" } } } |