Scroller

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

What is Scroller?

Scroller is a Chrome extension developed by http://www.nirodhasoftware.com, and its main feature is "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Extension Screenshots

Download Scroller Extension CRX File

Download Scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Official URL https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Description Scrolls to the bottom of web pages that load their content dynamically with AJAX.
File Size 8.09 KB
Installation Count 133
Current Version 0.3
Last Updated 2014-02-13
Publish Date 2014-02-13
Rating 3.00/5 Total 1 Ratings
Developer http://www.nirodhasoftware.com
Payment Type free
Extension Website http://www.nirodhasoftware.com/scroller
Help Page URL http://www.nirodhasoftware.com/scroller
Supported Languages 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:\/\/*\/*"
    ]
}