OGame Fleet Tool

Enhance your OGame for faster mining

OGame Fleet Tool란 무엇입니까?

OGame Fleet Tool은(는) the.darkman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your OGame for faster mining"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OGame Fleet Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extention is the userscript pendant for chrome browser (see http://userscripts-mirror.org/scripts/show/78537). 
This tool not only calculates the needed small (and if necessary also big) transporter for resource transport from a colony to your home planet, but also provides a transport workflow.
Some extra settings allows you to automatically select debris field as target if recycler are in fleet.
Once you have set the homeworld coordinates a click on the new transport menu item will start the transport workflow where all fields are pre calculated and pre set as you set in preferences.
Preferences could only be reached in chrome by clicking onto fleet symbol next to transport menu item. 

This extention has auto language detection, based on server you are playing on. Currently these languages are included:
 * german
 * english
 * greek
 * bulgarian
 * french
 * spanish
 * portuguese
 * hungarian
 * serbian
 * dutch

Latest updates:
- Version 0.56
-- Refactoring transporter cargo capacity determination

- Version 0.55
-- Refactoring to use in Tampermonkey as a userscript

- Version 0.54
-- Fix for "Select debrisfield as target if recyler is in fleet" not working
-- Fix for resources order
-- Added message for visiting research page so we can calculate the bonus

- Version 0.53
-- OGame 7.x ready
-- Class bonus will now be applied
-- Research bonus will be applied                    

확장 프로그램 기본 정보

이름 OGame Fleet Tool OGame Fleet Tool
ID kdlfahlknghgnefpcacaddeckegccpbc
공식 URL https://chrome.google.com/webstore/detail/ogame-fleet-tool/kdlfahlknghgnefpcacaddeckegccpbc
설명 Enhance your OGame for faster mining
파일 크기 43.89 KB
설치 횟수 1,255
현재 버전 0.56
최근 업데이트 2020-04-10
출시 날짜 2020-04-10
평점 3.14/5 총 7 개의 평점
개발자 the.darkman
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OGame Fleet Tool",
    "version": "0.56",
    "description": "Enhance your OGame for faster mining",
    "icons": {
        "16": "img\/icon16_.png",
        "32": "img\/icon32_.png",
        "48": "img\/icon48_.png",
        "64": "img\/icon64_.png",
        "128": "img\/icon128_.png"
    },
    "content_scripts": [
        {
            "js": [
                "78537.user.js"
            ],
            "matches": [
                "http:\/\/*.ogame.gameforge.com\/game\/index.php?page=*",
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
            ]
        }
    ]
}