Scroll to Bottom

Just a Scroll to Bottom Button

O que é Scroll to Bottom?

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

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scroll to Bottom

Baixe arquivos de extensão Scroll to Bottom 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 to the end of the current page.

That's all it does.

Options:

You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon.

Notes:

Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").                    

Informações Básicas da Extensão

Nome Scroll to Bottom Scroll to Bottom
ID filgdcpknaklibnfoejliopebdipligb
URL Oficial https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb
Descrição Just a Scroll to Bottom Button
Tamanho do Arquivo 41.74 KB
Contagem de Instalações 4,881
Versão Atual 1.1.0.0
Última Atualização 2020-12-24
Data de Publicação 2019-10-16
Classificação 3.44/5 Total de 18 Avaliações
Desenvolvedor https://singleclickapps.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://singleclickapps.com/scroll-to-bottom/
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 Bottom",
    "version": "1.1.0.0",
    "description": "Just a Scroll to Bottom Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom",
    "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 Bottom"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}