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 |
Eメール | [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" } } |