Pardus Skill Stats Assistant

Displays your main skills in a single line on the Stats Overview page

¿Qué es Pardus Skill Stats Assistant?

Pardus Skill Stats Assistant es una extensión de Chrome desarrollada por Miche, y su función principal es "Displays your main skills in a single line on the Stats Overview page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pardus Skill Stats Assistant

Descarga archivos de extensión Pardus Skill Stats Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre Pardus Skill Stats Assistant Pardus Skill Stats Assistant
ID eajmkjhdjhlgpncokgkgjcbkllimbkhc
URL Oficial https://chromewebstore.google.com/detail/pardus-skill-stats-assist/eajmkjhdjhlgpncokgkgjcbkllimbkhc
Descripción Displays your main skills in a single line on the Stats Overview page
Tamaño del Archivo 14.87 KB
Cantidad de Instalaciones 127
Versión Actual 2.2
Última Actualización 2016-04-20
Fecha de Publicación 2016-04-20
Desarrollador Miche
Tipo de Pago free
Idiomas Soportados 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"
}