Scroll UP

Scroll UP to the top of the page.

Что такое Scroll UP?

Scroll UP - это расширение Chrome, разработанное Sameer N Miraj, и его основная функция - "Scroll UP to the top of the page.".

Снимки экрана расширения

screenshot

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

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

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

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

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

Название Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
Официальный URL https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Описание Scroll UP to the top of the page.
Размер файла 99.1 KB
Количество установок 116
Текущая Версия 0.0.2
Последнее Обновление 2014-06-03
Дата публикации 2014-06-03
Рейтинг 3.50/5 Всего 6 оценок
Разработчик Sameer N Miraj
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sf-advanced-code-searcher.web.app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}