scrollUp!
Scroll to the top of the page with just one click
Wat is scrollUp!?
scrollUp! is een Chrome-extensie ontwikkeld door Dlinny, en de belangrijkste functie is "Scroll to the top of the page with just one click".
Extensie Screenshots
Download het CRX-bestand van de extensie scrollUp!
Download scrollUp!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
Officiële URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Beschrijving | Scroll to the top of the page with just one click |
Bestandsgrootte | 14.6 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-02-28 |
Publicatiedatum | 2013-02-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Dlinny |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |