Autoscroll

Scroll to the bottom of the page - Created with http://blog.self.li

O que é Autoscroll?

Autoscroll é uma extensão do Chrome desenvolvida por danny.hope, e sua principal característica é "Scroll to the bottom of the page - Created with http://blog.self.li".

Baixar o arquivo CRX da Extensão Autoscroll

Baixe arquivos de extensão Autoscroll 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

                        Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).                    

Informações Básicas da Extensão

Nome Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
URL Oficial https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
Descrição Scroll to the bottom of the page - Created with http://blog.self.li
Tamanho do Arquivo 6.66 KB
Contagem de Instalações 4,000
Versão Atual 0.1
Última Atualização 2014-11-21
Data de Publicação 2014-11-21
Classificação 4.55/5 Total de 22 Avaliações
Desenvolvedor danny.hope
Tipo de Pagamento free
Site da Extensão https://github.com/dannyhope/autoscroll
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Autoscroll"
    },
    "name": "Autoscroll",
    "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li",
    "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}