DotA 2 Match History

View your last DotA 2 Matches

DotA 2 Match History란 무엇입니까?

DotA 2 Match History은(는) Hack3l에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your last DotA 2 Matches"입니다.

확장 프로그램 스크린샷

screenshot

DotA 2 Match History 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quick access for up to 100 of youre last DotA 2 games in a popup or a seperate webpage.
Sort and filter youre matches for a better overview.
Links to the corresponding YASP und Dotabuff pages for all matches.
Minimalistic or detailed view deppending on youre preference.

===CHANGELOG===
10.12.15:
Fixed some spelling
10.12.15:
Released final version
Added button to only display wins/looses
Changed name from DotA to DotA 2
Bug Fixes
09.12.15:
Rearranged elements on main page and more styling 
07.12.15:
Added table styling on main page for better readability
04.12.15:
Added more input possibilitys for steam IDs
03.12.15:
Added styling to options page for better readability
Bug Fixes                    

확장 프로그램 기본 정보

이름 DotA 2 Match History DotA 2 Match History
ID dghpgghkhhnaedefppgidoibicfojlmo
공식 URL https://chromewebstore.google.com/detail/dota-2-match-history/dghpgghkhhnaedefppgidoibicfojlmo
설명 View your last DotA 2 Matches
파일 크기 272 KB
설치 횟수 20
현재 버전 1.1
최근 업데이트 2015-12-10
출시 날짜 2015-12-10
개발자 Hack3l
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DotA 2 Match History",
    "short_name": "DMH",
    "version": "1.1",
    "manifest_version": 2,
    "description": "View your last DotA 2 Matches",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "http:\/\/api.steampowered.com\/*",
        "tabs"
    ]
}