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?

Scroll to Top or Bottom - это расширение Chrome, разработанное iisisoft, и его основная функция - "Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.".

Скачать файл CRX расширения Scroll to Top or Bottom

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

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

                        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.                    

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

Название Scroll to Top or Bottom Scroll to Top or Bottom
ID camogfdchdhjhgbjgfjmfdghlkgmdldh
Официальный URL https://chrome.google.com/webstore/detail/scroll-to-top-or-bottom/camogfdchdhjhgbjgfjmfdghlkgmdldh
Описание Instantly scroll to the top or bottom with your mouse! Just hold down the right mouse button, scroll the mouse wheel and release.
Размер файла 3.79 KB
Количество установок 42
Текущая Версия 1.0
Последнее Обновление 2016-03-08
Дата публикации 2016-03-08
Рейтинг 3.75/5 Всего 4 оценок
Разработчик iisisoft
Поддерживаемые языки 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"
        }
    ]
}