Resin Tracker

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

Resin Tracker là gì?

Resin Tracker là một tiện ích mở rộng Chrome được phát triển bởi Kagura, và tính năng chính của nó là "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resin Tracker

Tải xuống các tệp mở rộng Resin Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
URL Chính Thức https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
Mô tả A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
Kích Thước Tệp 38.08 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2023-02-02
Nhà Phát Triển Kagura
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/f26JFpyEng
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}