Resin Tracker

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

Cos'è Resin Tracker?

Resin Tracker è un'estensione di Chrome sviluppata da Kagura, e la sua funzione principale è "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resin Tracker

Scarica i file di estensione Resin Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
URL Ufficiale https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Descrizione A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Dimensione del File 38.08 KB
Conteggio Installazioni 14
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-02-04
Data di Pubblicazione 2023-02-02
Sviluppatore Kagura
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/f26JFpyEng
Lingue Supportate 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"
    }
}