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开发的Chrome扩展程序,该扩展的主要功能是“Displays your main skills in a single line on the Stats Overview page”。

扩展截图

screenshot

下载Pardus Skill Stats Assistant扩展crx文件

下载Pardus Skill Stats Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}