GDQ schedule scroller
Scrolls to the most recent run
Wat is GDQ schedule scroller?
GDQ schedule scroller is een Chrome-extensie ontwikkeld door DIAB HQ, en de belangrijkste functie is "Scrolls to the most recent run".
Extensie Screenshots
Download het CRX-bestand van de extensie GDQ schedule scroller
Download GDQ schedule scroller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.
Basisinformatie over de Extensie
Naam | |
ID | ioflnoobkooobffiepohecpnefpnkoca |
Officiële URL | https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca |
Beschrijving | Scrolls to the most recent run |
Bestandsgrootte | 24.11 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-01-05 |
Publicatiedatum | 2020-01-05 |
Ontwikkelaar | DIAB HQ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jrddupont/GDQ-Schedule-Scroller |
Help Pagina-URL | https://github.com/jrddupont/GDQ-Schedule-Scroller/issues |
Ondersteunde Talen | 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" } } |