GDQ schedule scroller
Scrolls to the most recent run
Apa itu GDQ schedule scroller?
GDQ schedule scroller adalah ekstensi Chrome yang dikembangkan oleh DIAB HQ, dan fitur utamanya adalah "Scrolls to the most recent run".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GDQ schedule scroller
Unduh file ekstensi GDQ schedule scroller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.
Informasi Dasar Ekstensi
Nama | |
ID | ioflnoobkooobffiepohecpnefpnkoca |
URL Resmi | https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca |
Deskripsi | Scrolls to the most recent run |
Ukuran File | 24.11 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2020-01-05 |
Tanggal Publikasi | 2020-01-05 |
Pengembang | DIAB HQ |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jrddupont/GDQ-Schedule-Scroller |
URL Halaman Bantuan | https://github.com/jrddupont/GDQ-Schedule-Scroller/issues |
Bahasa yang Didukung | 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" } } |