Resin Tracker

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

Qu'est-ce que Resin Tracker ?

Resin Tracker est une extension Chrome développée par Kagura, et sa fonction principale est "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Resin Tracker

Téléchargez les fichiers d'extension Resin Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
URL Officiel 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.
Taille du Fichier 38.08 KB
Nombre d'Installations 14
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-02-04
Date de Publication 2023-02-02
Développeur Kagura
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/f26JFpyEng
Langues Prises en Charge 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"
    }
}