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"
    }
}