Resin Tracker
A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
什么是Resin Tracker?
Resin Tracker是由Kagura开发的Chrome扩展程序,该扩展的主要功能是“A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.”。
扩展截图
下载Resin Tracker扩展crx文件
下载Resin Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to keep track of Resin Restoration. You can input the hours and minutes remaining for full restore and every time you click the extension you can see the time remaining and how much Resin has been regenerated. This can be helpful to plan and manage your game time.
扩展基本信息
名称 | Resin Tracker |
ID | jdmjddhkihfenpcdcbkmfbkphkmaiedn |
官方URL | https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn |
简介 | A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players. |
文件大小 | 38.08 KB |
安装次数 | 14 |
当前版本 | 1.0.0 |
更新时间 | 2023-02-04 |
上架时间 | 2023-02-02 |
开发者 | Kagura |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://discord.gg/f26JFpyEng |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resin Tracker", "version": "1.0.0", "description": "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "notifications", "alarms", "storage" ], "action": { "default_popup": "popup.html" } } |