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
擴展基本資訊
名稱 | DotA 2 Match History |
ID | dghpgghkhhnaedefppgidoibicfojlmo |
官方網址 | 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" ] } |