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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}