Tumbling Down
Adds a scroll down button to Tumblr.
Was ist Tumbling Down?
Tumbling Down ist eine Chrome-Erweiterung, die von http://kiricon.net entwickelt wurde, und ihr Hauptmerkmal ist "Adds a scroll down button to Tumblr.".
Erweiterungsscreenshots
Tumbling Down-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tumbling Down-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pfcmmdemennpebncanadpbcfgbkelepl |
Offizielle URL | https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl |
Beschreibung | Adds a scroll down button to Tumblr. |
Dateigröße | 41.8 KB |
Installationsanzahl | 135 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-09-17 |
Veröffentlichungsdatum | 2014-09-17 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://kiricon.net |
Zahlungsart | free |
Erweiterungswebsite | http://kiricon.net |
Hilfeseite URL | http://kiricon.net |
Unterstützte Sprachen | 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" ] } |