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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miche และคุณลักษณะหลักของมันคือ "Displays your main skills in a single line on the Stats Overview page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pardus Skill Stats Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}