Scroll to Top
Add a stylish scroll-to-top button for all websites.
¿Qué es Scroll to Top?
Scroll to Top es una extensión de Chrome desarrollada por Muyor, y su función principal es "Add a stylish scroll-to-top button for all websites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scroll to Top
Descarga archivos de extensión Scroll to Top en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Scroll to Top is an extension that lets you easily scroll to the top of the page by clicking on a button. Simply add the add-on to your browser and start surfing. Once you scroll down on a page, a button will appear at the right-bottom corner with an - UP - arrow icon. Clicking on the button will scroll the page to the top, fast and smooth! If you want to hide the scroll button, please click on the toolbar icon once (dark grey arrow). The button will disappear immediately. Please note that pressing on the toolbar icon once again will display the scroll button. To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/scroll-to-top.html).
Información Básica de la Extensión
Nombre | Scroll to Top |
ID | jbnhgaohndmapghohjlkgjeghcklepee |
URL Oficial | https://chromewebstore.google.com/detail/scroll-to-top/jbnhgaohndmapghohjlkgjeghcklepee |
Descripción | Add a stylish scroll-to-top button for all websites. |
Tamaño del Archivo | 43.94 KB |
Cantidad de Instalaciones | 808 |
Versión Actual | 0.1.2 |
Última Actualización | 2024-01-21 |
Fecha de Publicación | 2018-04-30 |
Calificación | 4.25/5 Total de 4 Calificaciones |
Desarrollador | Muyor |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mybrowseraddon.com/scroll-to-top.html |
URL de la Página de Ayuda | https://mybrowseraddon.com/scroll-to-top.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Scroll to Top", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/scroll-to-top.html", "description": "Add a stylish scroll-to-top button for all websites.", "background": { "service_worker": "background.js" }, "action": { "default_title": "Scroll to Top", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "toggle": { "description": "Scroll to Top", "suggested_key": { "mac": "Command+Shift+D", "default": "Ctrl+Shift+D" } } }, "content_scripts": [ { "matches": [ " |