Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

Что такое Back to Top?

Back to Top - это расширение Chrome, разработанное Ozawa Masayuki, и его основная функция - "Scroll to the top of the page. No animation. Minimal memory usage.".

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

screenshot

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

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

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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

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

Название Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
Официальный URL https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
Описание Scroll to the top of the page. No animation. Minimal memory usage.
Размер файла 4.09 KB
Количество установок 54
Текущая Версия 1.0
Последнее Обновление 2020-11-22
Дата публикации 2017-08-10
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Ozawa Masayuki
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ozami/back-to-top
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}