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."입니다.
확장 프로그램 스크린샷
Resin Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |