Resin Tracker

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

O que é Resin Tracker?

Resin Tracker é uma extensão do Chrome desenvolvida por Kagura, e sua principal característica é "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Resin Tracker

Baixe arquivos de extensão Resin Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
URL Oficial https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Descrição A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Tamanho do Arquivo 38.08 KB
Contagem de Instalações 14
Versão Atual 1.0.0
Última Atualização 2023-02-04
Data de Publicação 2023-02-02
Desenvolvedor Kagura
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/f26JFpyEng
Idiomas Suportados 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"
    }
}