RetLog

Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).

RetLog là gì?

RetLog là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".

Ả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 RetLog

Tải xuống các tệp mở rộng RetLog 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

                        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.                    

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

Tên RetLog RetLog
ID lhodlbfgidgjmjbhcgojlelkjpbbapdh
URL Chính Thức https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh
Mô tả Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2022-05-19
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}