Travian++ - A Google Chrome extension for Travian

Features

Currently the travian++ extension has the following features:

Farmlist

Initially the farmlist will be empty. On any village page, i.e. a page with position_details.php in the address, an extra link is added:

If you click on this link, the village page is bookmarked on the resources page:

Note that the farmlist is synchronised with your other Google Chrome instances. So whether you are behind your laptop or desktop computer, you will see the same list.

Graph

The Graph will show the resource levels in the near future (24 hours) of each village. It can be found by navigating to Statistics -> User -> Grafiek. The graph is based on the following:

Overview

The overview page adds some usefull icons. It shows troop movements of all your villages and indicates which villages are building and which are not. All icons will automatically change when troops arrive or when work has finished.

How to obtain

There are two ways to obtain Travian++

Download crx
Since newer versions of Google Chrome will not allow installation from outside the Google Chrome WebStore any more, you have to start Chrome with the command-line option --enable-easy-off-store-extension-install. The extension can now be downloaded and installed from my Dropbox account. You will be asked for permission. If you aggree on everything, then it is installed correctly and can be used. Updates will be downloaded automatically by Google Chrome.
Install from source
Installing from source is only recommended for experienced users or developers.
  1. git clone https://github.com/richardbrinkman/travianplusplus.git
  2. In Google Chrome select Customize and control Google Chrome
  3. Select Tools
  4. Select Extensions
  5. Ensure the Developer mode is checked
  6. Click the Load unpacked extension button
  7. Navigate to the Travian++ subdirectory in the checkout code
  8. Updates can be downloaded by a simple git pull.