Tumbling Down

Adds a scroll down button to Tumblr.

Hvad er Tumbling Down?

Tumbling Down er en Chrome-udvidelse udviklet af http://kiricon.net, og dens hovedfunktion er "Adds a scroll down button to Tumblr.".

Udvidelsesskærmbilleder

screenshot

Download Tumbling Down-udvidelses-CRX-fil

Download Tumbling Down-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
Officiel URL https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
Beskrivelse Adds a scroll down button to Tumblr.
Filstørrelse 41.8 KB
Antal Installationer 135
Nuværende Version 1.0
Senest Opdateret 2014-09-17
Udgivelsesdato 2014-09-17
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler http://kiricon.net
Betalingsmetode free
Udvidelseswebsted http://kiricon.net
Hjælpeside-URL http://kiricon.net
Understøttede Sprog 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"
    ]
}