Tumbling Down

Adds a scroll down button to Tumblr.

Wat is Tumbling Down?

Tumbling Down is een Chrome-extensie ontwikkeld door http://kiricon.net, en de belangrijkste functie is "Adds a scroll down button to Tumblr.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tumbling Down

Download Tumbling Down-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
Officiële URL https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
Beschrijving Adds a scroll down button to Tumblr.
Bestandsgrootte 41.8 KB
Aantal Installaties 135
Huidige Versie 1.0
Laatst Bijgewerkt 2014-09-17
Publicatiedatum 2014-09-17
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://kiricon.net
Betalingswijze free
Extensiewebsite http://kiricon.net
Help Pagina-URL http://kiricon.net
Ondersteunde Talen 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"
    ]
}