GDQ schedule scroller
Scrolls to the most recent run
什麼是GDQ schedule scroller?
GDQ schedule scroller是由DIAB HQ開發的Chrome擴展程式,該擴展的主要功能是“Scrolls to the most recent run”。
擴展截圖
下載GDQ schedule scroller擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |