Scroll to the bottom

helps users get to the top and bottom of a page instantly

Scroll to the bottom là gì?

Scroll to the bottom là một tiện ích mở rộng Chrome được phát triển bởi Launchpad Digital, và tính năng chính của nó là "helps users get to the top and bottom of a page instantly".

Ả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 Scroll to the bottom

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

                        scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. 

Try it out!                    

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

Tên Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL Chính Thức https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Mô tả helps users get to the top and bottom of a page instantly
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-07-07
Ngày Phát Hành 2021-07-03
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Launchpad Digital
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to the bottom",
    "description": "helps users get to the top and bottom of a page instantly",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        },
        "icons": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    }
}