Back to Top
Scroll to the top of the page. No animation. Minimal memory usage.
Cos'è Back to Top?
Back to Top è un'estensione di Chrome sviluppata da Ozawa Masayuki, e la sua funzione principale è "Scroll to the top of the page. No animation. Minimal memory usage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Back to Top
Scarica i file di estensione Back to Top in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Scroll to the top of the web page of the active tab. No animation. Minimal memory usage. Free and open sourced.
Informazioni di Base sull'Estensione
Nome | Back to Top |
ID | cakpkhmdkkigjljpchpblmfkjgkacbco |
URL Ufficiale | https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco |
Descrizione | Scroll to the top of the page. No animation. Minimal memory usage. |
Dimensione del File | 4.09 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-11-22 |
Data di Pubblicazione | 2017-08-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Ozawa Masayuki |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ozami/back-to-top |
Lingue Supportate | 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" } } } |