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!”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
}
} | |