Fast Scroll To Top
Scrolls instantly to top.
Qu'est-ce que Fast Scroll To Top ?
Fast Scroll To Top est une extension Chrome développée par Guido, et sa fonction principale est "Scrolls instantly to top.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast Scroll To Top
Téléchargez les fichiers d'extension Fast Scroll To Top 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
Scroll to top instantly. Just click on the icon. Absolutely lean implementation. Does not come with any CSS. Does not get injected before clicking. Does not need any configuration. Does not include any adware. Does not scroll slowly. Does not overlay your content. Just works! Enjoy the extension. Ratings are welcome!
Informations de Base sur l'Extension
Nom | Fast Scroll To Top |
ID | kphhbalcjpamoncjlnnhlajngdfmpafl |
URL Officiel | https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl |
Description | Scrolls instantly to top. |
Taille du Fichier | 4.95 KB |
Nombre d'Installations | 282 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-06-21 |
Date de Publication | 2014-06-21 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | Guido |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/guido4000/FastScrollToTop |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Scroll To Top", "version": "1.2", "author": "Guido Hoermann", "short_name": "FastScrollToTop", "description": "Scrolls instantly to top.", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Scroll up" }, "permissions": [ "activeTab" ] } |