Resin Tracker

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

Что такое Resin Tracker?

Resin Tracker - это расширение Chrome, разработанное Kagura, и его основная функция - "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Resin Tracker

Скачайте файлы расширений Resin Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
Официальный URL https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Описание A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Размер файла 38.08 KB
Количество установок 14
Текущая Версия 1.0.0
Последнее Обновление 2023-02-04
Дата публикации 2023-02-02
Разработчик Kagura
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://discord.gg/f26JFpyEng
Поддерживаемые языки 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"
    }
}