RetLog
Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
什么是RetLog?
RetLog是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).”。
扩展截图
下载RetLog扩展crx文件
下载RetLog扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Directly gathers and displays your seal twisting data for easy analysis. Go on the "damage done" tab of any fight, targetting your favorite ret paladin. Refresh the page. The page will flash a few times, and a nice recap will appear above your damage table.
扩展基本信息
名称 | RetLog |
ID | lhodlbfgidgjmjbhcgojlelkjpbbapdh |
官方URL | https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh |
简介 | Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5). |
文件大小 | 118 KB |
安装次数 | 97 |
当前版本 | 1.0.0 |
更新时间 | 2022-05-19 |
上架时间 | 2022-05-19 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RetLog", "version": "1.0.0", "manifest_version": 3, "icons": { "128": "icon128.png" }, "description": "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).", "author": "Knuch", "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/*.classic.warcraftlogs.com\/*" ], "js": [ "jquery.js", "content_scripts.js" ] } ], "web_accessible_resources": [ { "resources": [ "retlog.js" ], "matches": [ "https:\/\/*.classic.warcraftlogs.com\/*" ] } ] } |