scrollUp!
Scroll to the top of the page with just one click
Co to jest scrollUp!?
scrollUp! to rozszerzenie Chrome opracowane przez Dlinny, a jego główną funkcją jest „Scroll to the top of the page with just one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia scrollUp!
Pobierz pliki rozszerzeń scrollUp! 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 places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
Podstawowe informacje o rozszerzeniu
Nazwa | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
Oficjalny URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Opis | Scroll to the top of the page with just one click |
Rozmiar pliku | 14.6 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-02-28 |
Data Publikacji | 2013-02-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Dlinny |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |