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 |
| Eメール | [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"
}
} | |