Tumbling Down

Adds a scroll down button to Tumblr.

What is Tumbling Down?

Tumbling Down is a Chrome extension developed by http://kiricon.net, and its main feature is "Adds a scroll down button to Tumblr.".

Extension Screenshots

screenshot

Download Tumbling Down Extension CRX File

Download Tumbling Down extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
Official URL https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
Description Adds a scroll down button to Tumblr.
File Size 41.8 KB
Installation Count 135
Current Version 1.0
Last Updated 2014-09-17
Publish Date 2014-09-17
Rating 4.00/5 Total 4 Ratings
Developer http://kiricon.net
Payment Type free
Extension Website http://kiricon.net
Help Page URL http://kiricon.net
Supported Languages 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"
    ]
}