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文件
下载Gold Train扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |