Scroller

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

¿Qué es Scroller?

Scroller es una extensión de Chrome desarrollada por http://www.nirodhasoftware.com, y su función principal es "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Scroller

Descarga archivos de extensión Scroller 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

                        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.                    

Información Básica de la Extensión

Nombre Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Oficial https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Descripción Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Tamaño del Archivo 8.09 KB
Cantidad de Instalaciones 133
Versión Actual 0.3
Última Actualización 2014-02-13
Fecha de Publicación 2014-02-13
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador http://www.nirodhasoftware.com
Tipo de Pago free
Sitio Web de la Extensión http://www.nirodhasoftware.com/scroller
URL de la Página de Ayuda http://www.nirodhasoftware.com/scroller
Idiomas Soportados 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:\/\/*\/*"
    ]
}