Gold Train
Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in
Gold Train란 무엇입니까?
Gold Train은(는) http://www.plonga.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in"입니다.
확장 프로그램 스크린샷
Gold Train 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Gold Train is the train puzzle game in which you are a rail road manager in charge of designing track for trains to reach their destination successfully. You will have a set number of pieces of track to lay in which ever order you choose however there will be a specific number of each type. Straights, 90 degree left and 90 right turn pieces of track will be needed to create to track layout ready for the trains to travel along. Use you thinking skills to solve each puzzle and move onto the next level. Make sure that you direct the trains to collect the coins dotted around for extra points. Good luck!
확장 프로그램 기본 정보
이름 | |
ID | dcflkfbfbhgbmhemjcjmggdehjfgoani |
공식 URL | https://chrome.google.com/webstore/detail/gold-train/dcflkfbfbhgbmhemjcjmggdehjfgoani |
설명 | Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in |
파일 크기 | 18.02 KB |
설치 횟수 | 26 |
현재 버전 | 1 |
최근 업데이트 | 2018-08-30 |
출시 날짜 | 2018-08-30 |
개발자 | http://www.plonga.live |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.plonga.live/games/play/gold-train |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gold Train", "manifest_version": 2, "description": "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "chrome_accept_languages": { "message": "$CHROME$ accepts $languages$ languages", "placeholders": { "chrome": { "content": "Chrome", "example": "Chrome" }, "languages": { "content": "$1", "example": "en,sr,de" } } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "popup.js" ], "persistent": false } } |