scrollUp!
Scroll to the top of the page with just one click
Was ist scrollUp!?
scrollUp! ist eine Chrome-Erweiterung, die von Dlinny entwickelt wurde, und ihr Hauptmerkmal ist "Scroll to the top of the page with just one click".
Erweiterungsscreenshots
scrollUp!-Erweiterungs-CRX-Datei herunterladen
Laden Sie scrollUp!-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 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.
Grundlegende Informationen zur Erweiterung
Name | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
Offizielle URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Beschreibung | Scroll to the top of the page with just one click |
Dateigröße | 14.6 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-02-28 |
Veröffentlichungsdatum | 2013-02-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Dlinny |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |