Pardus Skill Stats Assistant
Displays your main skills in a single line on the Stats Overview page
Pardus Skill Stats Assistant क्या है?
Pardus Skill Stats Assistant Miche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays your main skills in a single line on the Stats Overview page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pardus Skill Stats Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | Pardus Skill Stats Assistant |
ID | eajmkjhdjhlgpncokgkgjcbkllimbkhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/pardus-skill-stats-assist/eajmkjhdjhlgpncokgkgjcbkllimbkhc |
विवरण | Displays your main skills in a single line on the Stats Overview page |
फ़ाइल का आकार | 14.87 KB |
स्थापना संख्या | 127 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2016-04-20 |
प्रकाशन तिथि | 2016-04-20 |
डेवलपर | Miche |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |