Resin Tracker

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

什麼是Resin Tracker?

Resin Tracker是由Kagura開發的Chrome擴展程式,該擴展的主要功能是“A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.”。

擴展截圖

screenshot

下載Resin Tracker擴展crx文件

下載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
官方網址 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"
    }
}