Scroll to the bottom

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

Что такое Scroll to the bottom?

Scroll to the bottom - это расширение Chrome, разработанное Launchpad Digital, и его основная функция - "helps users get to the top and bottom of a page instantly".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scroll to the bottom

Скачайте файлы расширений Scroll to the bottom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
Официальный URL https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Описание helps users get to the top and bottom of a page instantly
Размер файла 125 KB
Количество установок 261
Текущая Версия 1.0.1
Последнее Обновление 2021-07-07
Дата публикации 2021-07-03
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Launchpad Digital
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}