WCL Gear Exporter
Tool to Export Character Gear
WCL Gear Exporter là gì?
WCL Gear Exporter là một tiện ích mở rộng Chrome được phát triển bởi andrewkrufka, và tính năng chính của nó là "Tool to Export Character Gear".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WCL Gear Exporter
Tải xuống các tệp mở rộng WCL Gear Exporter 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
A tool to analyze Warcraft Logs and automatically import the factors of the fight (including duration & gearing) into the world of warcraft sims. This allows for easier and more advanced analysis of your rotation and what the best rotation might be. In order to see the 'Sim Player & Fight' button you must be in a specific fight and have a single player selected while also being in the 'Summary' tab. You can message 'Remour' on discord if you run into any issues.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WCL Gear Exporter |
ID | ebjnfjkofjmbcpdhempdgdlnldjccfjk |
URL Chính Thức | https://chromewebstore.google.com/detail/wcl-gear-exporter/ebjnfjkofjmbcpdhempdgdlnldjccfjk |
Mô tả | Tool to Export Character Gear |
Kích Thước Tệp | 12.77 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-08-14 |
Ngày Phát Hành | 2023-08-13 |
Nhà Phát Triển | andrewkrufka |
[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", "manifest_version": 3, "name": "WCL Gear Exporter", "version": "0.0.1", "description": "Tool to Export Character Gear", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https:\/\/*.classic.warcraftlogs.com\/*", "https:\/\/classic.warcraftlogs.com\/*", "https:\/\/wowsims.github.io\/wotlk\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.classic.warcraftlogs.com\/*", "https:\/\/classic.warcraftlogs.com\/*", "https:\/\/wowsims.github.io\/wotlk\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png" } } } |