scrollUp!
Scroll to the top of the page with just one click
Qu'est-ce que scrollUp! ?
scrollUp! est une extension Chrome développée par Dlinny, et sa fonction principale est "Scroll to the top of the page with just one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension scrollUp!
Téléchargez les fichiers d'extension scrollUp! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
URL Officiel | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Description | Scroll to the top of the page with just one click |
Taille du Fichier | 14.6 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-02-28 |
Date de Publication | 2013-02-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dlinny |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |