GDQ schedule scroller
Scrolls to the most recent run
What is GDQ schedule scroller?
GDQ schedule scroller is a Chrome extension developed by DIAB HQ, and its main feature is "Scrolls to the most recent run".
Extension Screenshots
Download GDQ schedule scroller Extension CRX File
Download GDQ schedule scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.
Extension Basic Information
Name | |
ID | ioflnoobkooobffiepohecpnefpnkoca |
Official URL | https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca |
Description | Scrolls to the most recent run |
File Size | 24.11 KB |
Installation Count | 20 |
Current Version | 1.2.0 |
Last Updated | 2020-01-05 |
Publish Date | 2020-01-05 |
Developer | DIAB HQ |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jrddupont/GDQ-Schedule-Scroller |
Help Page URL | https://github.com/jrddupont/GDQ-Schedule-Scroller/issues |
Supported Languages | 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" } } |