Pardus Skill Stats Assistant

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

Qu'est-ce que Pardus Skill Stats Assistant ?

Pardus Skill Stats Assistant est une extension Chrome développée par Miche, et sa fonction principale est "Displays your main skills in a single line on the Stats Overview page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pardus Skill Stats Assistant

Téléchargez les fichiers d'extension Pardus Skill Stats Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pardus Skill Stats Assistant Pardus Skill Stats Assistant
ID eajmkjhdjhlgpncokgkgjcbkllimbkhc
URL Officiel https://chromewebstore.google.com/detail/pardus-skill-stats-assist/eajmkjhdjhlgpncokgkgjcbkllimbkhc
Description Displays your main skills in a single line on the Stats Overview page
Taille du Fichier 14.87 KB
Nombre d'Installations 127
Version Actuelle 2.2
Dernière Mise à Jour 2016-04-20
Date de Publication 2016-04-20
Développeur Miche
Type de Paiement free
Langues Prises en Charge 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"
}