Edge Scroll

Scroll the page via the edges

Что такое Edge Scroll?

Edge Scroll - это расширение Chrome, разработанное http://smallurl.in, и его основная функция - "Scroll the page via the edges".

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

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

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

                        WIP Edge Scrolling Extension,
When your cursor is within a certain distance of any edge (100px)
the page will scroll for you.
Closer to the edge the faster it scrolls!

This is currently Work In Progress and will soon acquire a settings panel
with some customiseable options.

To disable edge scrolling simply disable the extension!                    

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

Название Edge Scroll Edge Scroll
ID kdkokagnnhehebchcapggfdfhnaapnpf
Официальный URL https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf
Описание Scroll the page via the edges
Размер файла 3.6 KB
Количество установок 20
Текущая Версия 0.0.1
Последнее Обновление 2014-08-15
Дата публикации 2014-08-15
Рейтинг 4.25/5 Всего 4 оценок
Разработчик http://smallurl.in
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edge Scroll",
    "description": "Scroll the page via the edges",
    "version": "0.0.1",
    "author": "Xeonr Network",
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scroller_script.js"
            ]
        }
    ],
    "manifest_version": 2
}