Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Wat is Back to Top?
Back to Top is een Chrome-extensie ontwikkeld door Ozawa Masayuki, en de belangrijkste functie is "Scroll to the top of the page. No animation. Minimal memory usage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Back to Top
Download Back to Top-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
Scroll to the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
Basisinformatie over de Extensie
Naam | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
Officiële URL | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
Beschrijving | Scroll to the top of the page. No animation. Minimal memory usage. |
Bestandsgrootte | 4.09 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-22 |
Publicatiedatum | 2017-08-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ozawa Masayuki |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ozami/back-to-top |
Ondersteunde Talen | 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" } } } |