Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Hvad er Back to Top?
Back to Top er en Chrome-udvidelse udviklet af Ozawa Masayuki, og dens hovedfunktion er "Scroll to the top of the page. No animation. Minimal memory usage.".
Udvidelsesskærmbilleder
Download Back to Top-udvidelses-CRX-fil
Download Back to Top-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Scroll to the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
Grundlæggende oplysninger om udvidelsen
Navn | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
Officiel URL | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
Beskrivelse | Scroll to the top of the page. No animation. Minimal memory usage. |
Filstørrelse | 4.09 KB |
Antal Installationer | 54 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-22 |
Udgivelsesdato | 2017-08-10 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Ozawa Masayuki |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ozami/back-to-top |
Understøttede Sprog | 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" } } } |