Grepolis Troops Calculator
For grepolis
什么是Grepolis Troops Calculator?
Grepolis Troops Calculator是由Nicolas Vergez开发的Chrome扩展程序,该扩展的主要功能是“For grepolis”。
扩展截图
下载Grepolis Troops Calculator扩展crx文件
下载Grepolis Troops Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Grepolis troops calculator permet de calculer le nombre de BTR et d'UTD à faire pour un certain nombre de population. 扩展基本信息
| 名称 | |
| ID | jagidgenkadklmlblpaoindneamimojo |
| 官方URL | https://chromewebstore.google.com/detail/grepolis-troops-calculato/jagidgenkadklmlblpaoindneamimojo |
| 简介 | For grepolis |
| 文件大小 | 319 KB |
| 安装次数 | 169 |
| 当前版本 | 0.1 |
| 更新时间 | 2021-07-17 |
| 上架时间 | 2021-07-16 |
| 开发者 | Nicolas Vergez |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grepolis Troops Calculator",
"description": "For grepolis",
"version": "0.1",
"icons": {
"16": "grepolis.png",
"48": "grepolis.png",
"128": "grepolis.png"
},
"browser_action": {
"default_icon": "grepolis.png",
"default_popup": "popup.html"
}
} | |