Tumbling Down
Adds a scroll down button to Tumblr.
Co to jest Tumbling Down?
Tumbling Down to rozszerzenie Chrome opracowane przez http://kiricon.net, a jego główną funkcją jest „Adds a scroll down button to Tumblr.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumbling Down
Pobierz pliki rozszerzeń Tumbling Down w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pfcmmdemennpebncanadpbcfgbkelepl |
Oficjalny URL | https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl |
Opis | Adds a scroll down button to Tumblr. |
Rozmiar pliku | 41.8 KB |
Liczba instalacji | 135 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-09-17 |
Data Publikacji | 2014-09-17 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | http://kiricon.net |
Typ Płatności | free |
Strona Rozszerzenia | http://kiricon.net |
Adres URL Strony Pomocy | http://kiricon.net |
Obsługiwane Języki | 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" ] } |