scrollUp!
Scroll to the top of the page with just one click
Что такое scrollUp!?
scrollUp! - это расширение Chrome, разработанное Dlinny, и его основная функция - "Scroll to the top of the page with just one click".
Снимки экрана расширения
Скачать файл CRX расширения scrollUp!
Скачайте файлы расширений scrollUp! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
Основная информация о расширении
Название | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
Официальный URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Описание | Scroll to the top of the page with just one click |
Размер файла | 14.6 KB |
Количество установок | 28 |
Текущая Версия | 1.1 |
Последнее Обновление | 2013-02-28 |
Дата публикации | 2013-02-28 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Dlinny |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |