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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } } |