The Dot Game
This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
The Dot Game란 무엇입니까?
The Dot Game은(는) dnakhooda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end."입니다.
확장 프로그램 스크린샷
The Dot Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello, I will tell you how to and why you should, play my game. How to Play: In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. If you touch a red obstacle you will go back to level 1 and start over.
확장 프로그램 기본 정보
이름 | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
공식 URL | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
설명 | This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end. |
파일 크기 | 215 KB |
설치 횟수 | 193 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-12-09 |
출시 날짜 | 2018-12-05 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | dnakhooda |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Dot Game", "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.", "version": "1.2", "browser_action": { "default_icon": "Icon.png", "default_popup": "Home.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "Dot.js" ] } ], "permissions": [] } |