AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
Что такое AutoScroll?
AutoScroll - это расширение Chrome, разработанное sanatom, и его основная функция - "This extension is a basic extension to scroll any page automatically for every 3 secs".
Скачать файл CRX расширения AutoScroll
Скачайте файлы расширений AutoScroll в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.
Основная информация о расширении
Название | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
Официальный URL | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
Описание | This extension is a basic extension to scroll any page automatically for every 3 secs |
Размер файла | 5.92 KB |
Количество установок | 50 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-05-10 |
Дата публикации | 2015-05-10 |
Разработчик | sanatom |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoScroll", "description": "This extension is a basic extension to scroll any page automatically for every 3 secs", "version": "1.0", "browser_action": { "default_icon": "autoscroll.png", "default_popup": "scroll.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |