Tumbling Down

Adds a scroll down button to Tumblr.

Что такое Tumbling Down?

Tumbling Down - это расширение Chrome, разработанное http://kiricon.net, и его основная функция - "Adds a scroll down button to Tumblr.".

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

screenshot

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

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

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

                        This extension adds a scroll down button. Now you can scroll past old content to the new stuff. It works the exact same as the scroll up button. Just refresh Tumblr after installation and you should see the new scroll down button.                    

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

Название Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
Официальный URL https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
Описание Adds a scroll down button to Tumblr.
Размер файла 41.8 KB
Количество установок 135
Текущая Версия 1.0
Последнее Обновление 2014-09-17
Дата публикации 2014-09-17
Рейтинг 4.00/5 Всего 4 оценок
Разработчик http://kiricon.net
Тип оплаты free
Официальный сайт расширения http://kiricon.net
URL страницы помощи http://kiricon.net
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/www.tumblr.com\/dashboard",
                "*:\/\/www.tumblr.com\/likes",
                "*:\/\/www.tumblr.com\/blog\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds a scroll down button to Tumblr.",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tumbling Down",
    "permissions": [
        "storage"
    ],
    "version": "1.0",
    "web_accessible_resources": [
        "scrolldown.png"
    ]
}