GDQ schedule scroller
Scrolls to the most recent run
ما هو GDQ schedule scroller؟
GDQ schedule scroller هو إضافة Chrome تم تطويرها بواسطة DIAB HQ، والميزة الرئيسية لها هي "Scrolls to the most recent run".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GDQ schedule scroller
قم بتنزيل ملفات الامتداد GDQ schedule scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.
معلومات أساسية عن التمديد
الاسم | |
ID | ioflnoobkooobffiepohecpnefpnkoca |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca |
الوصف | Scrolls to the most recent run |
حجم الملف | 24.11 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2020-01-05 |
تاريخ النشر | 2020-01-05 |
المطور | DIAB HQ |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jrddupont/GDQ-Schedule-Scroller |
عنوان صفحة المساعدة | https://github.com/jrddupont/GDQ-Schedule-Scroller/issues |
اللغات المدعومة | 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" } } |