GDQ schedule scroller
Scrolls to the most recent run
Was ist GDQ schedule scroller?
GDQ schedule scroller ist eine Chrome-Erweiterung, die von DIAB HQ entwickelt wurde, und ihr Hauptmerkmal ist "Scrolls to the most recent run".
Erweiterungsscreenshots
GDQ schedule scroller-Erweiterungs-CRX-Datei herunterladen
Laden Sie GDQ schedule scroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ioflnoobkooobffiepohecpnefpnkoca |
Offizielle URL | https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca |
Beschreibung | Scrolls to the most recent run |
Dateigröße | 24.11 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-01-05 |
Veröffentlichungsdatum | 2020-01-05 |
Entwickler | DIAB HQ |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jrddupont/GDQ-Schedule-Scroller |
Hilfeseite URL | https://github.com/jrddupont/GDQ-Schedule-Scroller/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDQ schedule scroller", "version": "1.2.0", "manifest_version": 2, "description": "Scrolls to the most recent run", "icons": { "32": "icons\/clock32.png", "64": "icons\/clock64.png", "128": "icons\/clock128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/gamesdonequick.com\/schedule", "http:\/\/gamesdonequick.com\/schedule" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icons\/clock32.png", "default_title": "Scroll to most recent run" } } |