Scroll to Top or Bottom

Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.

Scroll to Top or Bottom là gì?

Scroll to Top or Bottom là một tiện ích mở rộng Chrome được phát triển bởi iisisoft, và tính năng chính của nó là "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.".

Tải xuống tệp CRX của tiện ích mở rộng Scroll to Top or Bottom

Tải xuống các tệp mở rộng Scroll to Top or Bottom 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

                        Note #1: After installation, you need to refresh your tabs before the extension starts working.

Note #2: The extension doesn't work on these special pages:

https://chrome.google.com/webstore/*
chrome://*
chrome-extension://*

Note #3: Needs a wired mouse to function reliably.                    

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

Tên Scroll to Top or Bottom Scroll to Top or Bottom
ID camogfdchdhjhgbjgfjmfdghlkgmdldh
URL Chính Thức https://chrome.google.com/webstore/detail/scroll-to-top-or-bottom/camogfdchdhjhgbjgfjmfdghlkgmdldh
Mô tả Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.
Kích Thước Tệp 3.79 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-08
Ngày Phát Hành 2016-03-08
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển iisisoft
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Scroll to Top or Bottom",
    "description": "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ]
}