Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Qu'est-ce que Back to Top ?
Back to Top est une extension Chrome développée par Ozawa Masayuki, et sa fonction principale est "Scroll to the top of the page. No animation. Minimal memory usage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Back to Top
Téléchargez les fichiers d'extension Back 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 the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
Informations de Base sur l'Extension
Nom | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
URL Officiel | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
Description | Scroll to the top of the page. No animation. Minimal memory usage. |
Taille du Fichier | 4.09 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-22 |
Date de Publication | 2017-08-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Ozawa Masayuki |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ozami/back-to-top |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Back to Top", "description": "Scroll to the top of the page. No animation. Minimal memory usage.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "32": "icon.png" } } } |