GDQ schedule scroller

Scrolls to the most recent run

GDQ schedule scroller란 무엇입니까?

GDQ schedule scroller은(는) DIAB HQ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrolls to the most recent run"입니다.

확장 프로그램 스크린샷

screenshot

GDQ schedule scroller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click the icon in the chrome taskbar to highlight the most recent run and scroll down to it.                    

확장 프로그램 기본 정보

이름 GDQ schedule scroller GDQ schedule scroller
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"
    }
}