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」です。
拡張機能のスクリーンショット
DotA 2 Match History拡張機能のCRXファイルをダウンロード
DotA 2 Match History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |