Better Awesome Games Done Quick Schedule
Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.
什麼是Better Awesome Games Done Quick Schedule?
Better Awesome Games Done Quick Schedule是由kruben開發的Chrome擴展程式,該擴展的主要功能是“Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run.”。
擴展截圖
下載Better Awesome Games Done Quick Schedule擴展crx文件
下載Better Awesome Games Done Quick Schedule擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds improvements to the schedule from Awesome Games Done Quick with meaningful things like: Highlighting the current/next/previous speedrun, at the top of the website the current speedrun, a button which brings you to the current speedrun in the schedule and automatic refreshing when a speedrun is scheduled to end, so that you have always the correct information displayed. Via the AGDQ Symbol, you get always Links to the most important websites from AGDQ (Website, Schedule, Twitch). [German Translation / Deutsche Übersetzung] Diese Erweiterung verbessert den Zeitplan von Awesome Games Done Quick um sinnvolle Dinge, wie z.B.: Hervorheben vom aktuellen/nächsten/vorherigen Speedrun, immer ganz oben den aktuellen Speedrun, auf Knopfdruck springen zum aktuellen Speedrun und automatisches aktualisieren der Seite, wenn der Speedrun vorbei ist, damit du immer die aktuellsten Informationen angezeigt bekommst. Über das AGDQ Symbol im Webbrowser kommst du zudem jederzeit zu den wichtigen Seiten von AGDQ (Webseite, Zeitplan und Twitch).
擴展基本資訊
名稱 | Better Awesome Games Done Quick Schedule |
ID | mjhmfhgaeaemjkfjgkheafonfdgmkppb |
官方網址 | https://chromewebstore.google.com/detail/better-awesome-games-done/mjhmfhgaeaemjkfjgkheafonfdgmkppb |
簡介 | Improves very much the usability of the side. Adds highlighting and info about the current/next/previous run. |
檔案大小 | 629 KB |
安裝次數 | 40 |
目前版本 | 2.2.11 |
更新時間 | 2017-07-02 |
上架時間 | 2017-07-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | kruben |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Awesome Games Done Quick Schedule", "short_name": "Better AGDQ", "version": "2.2.11", "description": "Improves very much the usability of the side. Adds highlighting and info about the current\/next\/previous run.", "author": "Ruben Kuckelkorn", "icons": { "128": "icon.png" }, "background": { "scripts": [ "js\/jquery.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/gamesdonequick.com\/schedule\/*", "https:\/\/gamesdonequick.com\/schedule" ], "js": [ "js\/jquery.js", "js\/myScript.js" ] } ] } |