Resin Tracker

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

Co to jest Resin Tracker?

Resin Tracker to rozszerzenie Chrome opracowane przez Kagura, a jego główną funkcją jest „A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Resin Tracker

Pobierz pliki rozszerzeń Resin Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
Oficjalny URL https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Opis A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Rozmiar pliku 38.08 KB
Liczba instalacji 14
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-02-04
Data Publikacji 2023-02-02
Deweloper Kagura
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://discord.gg/f26JFpyEng
Obsługiwane Języki 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"
    }
}