FoE - Helper & Tools

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

FoE - Helper & Toolsคืออะไร?

FoE - Helper & Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xeri Media Crew | XMC และคุณลักษณะหลักของมันคือ "This AddOn supports you playing in your browser with timer, notifications and notes!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoE - Helper & Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}