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 |
| 官方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"
}
} | |