FoE - Helper & Tools

This AddOn supports you playing in your browser with timer, notifications and notes!

FoE - Helper & Toolsとは何ですか?

FoE - Helper & ToolsはXeri Media Crew | XMCによって開発されたChromeの拡張機能で、その主な機能は「This AddOn supports you playing in your browser with timer, notifications and notes!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

FoE - Helper & Tools拡張機能のCRXファイルをダウンロード

FoE - Helper & Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this AddOn to get notified about finished products. Set your timer for event alerts and make easy notes to organize your city!

Following tools are included:
- News Tab: update notes and tips & tricks for FoE Events.
- Production Timer: sound and visual allert when producstions are finished.
- Quick Notes: take notes & save them for next sessions.
- Research Calculator: select next research steps and calculate costs automaticly.
- Quick Server Switcher: one click and you can choose a diffrent FoE server.

If you need help for set up: https://xeriflow.net/x/AddOn/Helper-FoE/setup.pdf                    

拡張機能の基本情報

名前 FoE - Helper & Tools FoE - Helper & Tools
ID dhhnfhlnfcmnamjbaljhahcklhajihln
公式URL https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln
説明 This AddOn supports you playing in your browser with timer, notifications and notes!
ファイルサイズ 16.86 KB
インストール数 4,336
現在のバージョン 1.0.14
最終更新日 2021-04-02
公開日 2020-03-07
評価 3.40/5 合計 5 レビュー
開発者 Xeri Media Crew | XMC
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.xeriflow.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FoE - Helper & Tools",
    "description": "This AddOn supports you playing in your browser with timer, notifications and notes!",
    "version": "1.0.14",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "favicon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}