Scroll to Bottom

Just a Scroll to Bottom Button

Scroll to Bottom là gì?

Scroll to Bottom là một tiện ích mở rộng Chrome được phát triển bởi https://singleclickapps.com, và tính năng chính của nó là "Just a Scroll to Bottom Button".

Ả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 Bottom

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

                        Click the button and scroll to the end of the current page.

That's all it does.

Options:

You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon.

Notes:

Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").                    

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

Tên Scroll to Bottom Scroll to Bottom
ID filgdcpknaklibnfoejliopebdipligb
URL Chính Thức https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb
Mô tả Just a Scroll to Bottom Button
Kích Thước Tệp 41.74 KB
Số Lần Cài Đặt 4,881
Phiên Bản Hiện Tại 1.1.0.0
Cập Nhật Lần Cuối 2020-12-24
Ngày Phát Hành 2019-10-16
Đánh Giá 3.44/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://singleclickapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://singleclickapps.com/scroll-to-bottom/
URL Trang Chính Sách Bảo Mật https://singleclickapps.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Bottom",
    "version": "1.1.0.0",
    "description": "Just a Scroll to Bottom Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Bottom"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}