Resin Tracker

A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.

What is Resin Tracker?

Resin Tracker is a Chrome extension developed by Kagura, and its main feature is "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Extension Screenshots

screenshot

Download Resin Tracker Extension CRX File

Download Resin Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
Official URL https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Description A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
File Size 38.08 KB
Installation Count 14
Current Version 1.0.0
Last Updated 2023-02-04
Publish Date 2023-02-02
Developer Kagura
Email [email protected]
Payment Type free
Help Page URL https://discord.gg/f26JFpyEng
Supported Languages 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"
    }
}