GDQ schedule scroller

Scrolls to the most recent run

GDQ schedule scroller là gì?

GDQ schedule scroller là một tiện ích mở rộng Chrome được phát triển bởi DIAB HQ, và tính năng chính của nó là "Scrolls to the most recent run".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GDQ schedule scroller

Tải xuống các tệp mở rộng GDQ schedule scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GDQ schedule scroller GDQ schedule scroller
ID ioflnoobkooobffiepohecpnefpnkoca
URL Chính Thức https://chrome.google.com/webstore/detail/gdq-schedule-scroller/ioflnoobkooobffiepohecpnefpnkoca
Mô tả Scrolls to the most recent run
Kích Thước Tệp 24.11 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-01-05
Ngày Phát Hành 2020-01-05
Nhà Phát Triển DIAB HQ
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jrddupont/GDQ-Schedule-Scroller
URL Trang Trợ Giúp https://github.com/jrddupont/GDQ-Schedule-Scroller/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}