Elevator.js

This extension will let you return to the top of the page in style!

Что такое Elevator.js?

Elevator.js - это расширение Chrome, разработанное skeys apps, и его основная функция - "This extension will let you return to the top of the page in style!".

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

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

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

                        This extension uses Tim Holman's Elevator.js library to add a fun yet functional "back to top" button to every webpage you visit. When you click it, it will scroll to the top of the page for you while playing elevator music.                    

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

Название Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Официальный URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Описание This extension will let you return to the top of the page in style!
Размер файла 702 KB
Количество установок 19
Текущая Версия 0.0.3
Последнее Обновление 2015-11-30
Дата публикации 2015-11-30
Разработчик skeys apps
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elevator.js",
    "short_name": "Elevator.js",
    "description": "This extension will let you return to the top of the page in style!",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js",
                "elevator.js"
            ],
            "css": [
                "elevatorjs.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}