Scroller

Scrolls to the bottom of web pages that load their content dynamically with AJAX.

O que é Scroller?

Scroller é uma extensão do Chrome desenvolvida por http://www.nirodhasoftware.com, e sua principal característica é "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Scroller

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

                        Scroller can be helpful when interacting with websites that load content as the user scrolls down the page. One problem with dynamic content loading is that you cannot search the entire page content without manually scrolling to the bottom of the page. Click on the Scroller button will perform the scrolling automatically for you. Free. No ads.                    

Informações Básicas da Extensão

Nome Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Oficial https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Descrição Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Tamanho do Arquivo 8.09 KB
Contagem de Instalações 133
Versão Atual 0.3
Última Atualização 2014-02-13
Data de Publicação 2014-02-13
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor http://www.nirodhasoftware.com
Tipo de Pagamento free
Site da Extensão http://www.nirodhasoftware.com/scroller
URL da Página de Ajuda http://www.nirodhasoftware.com/scroller
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroller",
    "short_name": "Scroller",
    "version": "0.3",
    "author": "Nirodha Software",
    "homepage_url": "http:\/\/www.nirodhasoftware.com\/scroller",
    "description": "Scrolls to the bottom of web pages that load their content dynamically with AJAX.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Scroller",
        "default_icon": "arrow.png"
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}