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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Gold Train Gold Train
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
    }
}