GDQ schedule scroller

Scrolls to the most recent run

Vad är GDQ schedule scroller?

GDQ schedule scroller är en Chrome-tillägg utvecklad av DIAB HQ, och dess huvudfunktion är "Scrolls to the most recent run".

Tilläggsskärmbilder

screenshot

Ladda ner GDQ schedule scroller-förlängningens CRX-fil

Ladda ner GDQ schedule scroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.                    

Grundläggande Information om Tillägg

Namn GDQ schedule scroller GDQ schedule scroller
ID ioflnoobkooobffiepohecpnefpnkoca
Officiell webbadress https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca
Beskrivning Scrolls to the most recent run
Filstorlek 24.11 KB
Antal Installationer 20
Aktuell Version 1.2.0
Senast Uppdaterad 2020-01-05
Publiceringsdatum 2020-01-05
Utvecklare DIAB HQ
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jrddupont/GDQ-Schedule-Scroller
Hjälpsida URL https://github.com/jrddupont/GDQ-Schedule-Scroller/issues
Stödda Språk 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"
    }
}