AutoScroller

This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…

Что такое AutoScroller?

AutoScroller - это расширение Chrome, разработанное Kevin Tu, и его основная функция - "This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…".

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

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

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

                        This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are:

'=' to start scrolling
'-' to stop scrolling
'[' to slow down
']' to speed up

Useful for reading news articles or blogs while you have your hands occupied, this extension is completely free and is as convenient as can be.                    

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

Название AutoScroller AutoScroller
ID kmilpmelkapdakbppjdlcekddigpclah
Официальный URL https://chromewebstore.google.com/detail/autoscroller/kmilpmelkapdakbppjdlcekddigpclah
Описание This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…
Размер файла 3.26 MB
Количество установок 136
Текущая Версия 0.1
Последнее Обновление 2017-06-17
Дата публикации 2017-06-17
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Kevin Tu
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroller",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "100.png",
        "200.png",
        "300.png",
        "400.png",
        "500.png",
        "600.png",
        "700.png",
        "800.png",
        "900.png",
        "1000.png",
        "1100.png",
        "1200.png",
        "1300.png",
        "1400.png",
        "1500.png",
        "1600.png",
        "1700.png",
        "1800.png",
        "1900.png",
        "2000.png",
        "PNG [Large].png",
        "PNG [100 X 100].png",
        "imgres-1.jpg"
    ],
    "browser_action": {
        "default_icon": "PNG [Large].png"
    }
}