Scroll to Top

Just a Scroll to Top Button

O que é Scroll to Top?

Scroll to Top é uma extensão do Chrome desenvolvida por https://singleclickapps.com, e sua principal característica é "Just a Scroll to Top Button".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scroll to Top

Baixe arquivos de extensão Scroll to Top no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

Informações Básicas da Extensão

Nome Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
URL Oficial https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
Descrição Just a Scroll to Top Button
Tamanho do Arquivo 39.64 KB
Contagem de Instalações 3,344
Versão Atual 2.1.1.0
Última Atualização 2020-12-24
Data de Publicação 2019-10-25
Classificação 4.78/5 Total de 41 Avaliações
Desenvolvedor https://singleclickapps.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://singleclickapps.com/scroll-button/
URL da Página de Política de Privacidade https://singleclickapps.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}