Pardus Skill Stats Assistant
Displays your main skills in a single line on the Stats Overview page
Pardus Skill Stats Assistant là gì?
Pardus Skill Stats Assistant là một tiện ích mở rộng Chrome được phát triển bởi Miche, và tính năng chính của nó là "Displays your main skills in a single line on the Stats Overview page".
Ả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 Pardus Skill Stats Assistant
Tải xuống các tệp mở rộng Pardus Skill Stats Assistant 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
Modifies the table of Skill Statistics on the Stats Overview page by adding some extra fields that allow you to easily copy your main stats so you can share them with quickly others (via chat for instance). If you are a Premium pilot then you will also be able to track your skill gain rate based on individual skill gains and many APs you have used to achieve those gains (using 5760 action points per "day" as a benchmark).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pardus Skill Stats Assistant |
ID | eajmkjhdjhlgpncokgkgjcbkllimbkhc |
URL Chính Thức | https://chromewebstore.google.com/detail/pardus-skill-stats-assist/eajmkjhdjhlgpncokgkgjcbkllimbkhc |
Mô tả | Displays your main skills in a single line on the Stats Overview page |
Kích Thước Tệp | 14.87 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2016-04-20 |
Ngày Phát Hành | 2016-04-20 |
Nhà Phát Triển | Miche |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Miche (Orion) \/ Sparkle (Artemis)", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/*.pardus.at\/overview_stats.php*" ], "js": [ "pardus_skill_stats_assistant.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Displays your main skills in a single line on the Stats Overview page", "icons": { "128": "logo128.png", "48": "logo48.png" }, "manifest_version": 2, "name": "Pardus Skill Stats Assistant", "short_name": "Skill Stats Assistant", "version": "2.2" } |