Resin Tracker

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

Co je Resin Tracker?

Resin Tracker je rozšíření Chrome vyvinuté Kagura, a jeho hlavní funkcí je „A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Resin Tracker

Stáhněte si soubory rozšíření Resin Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
Oficiální URL https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Popis A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Velikost souboru 38.08 KB
Počet instalací 14
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-02-04
Datum Vydání 2023-02-02
Vývojář Kagura
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://discord.gg/f26JFpyEng
Podporované Jazyky 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"
    }
}