Scroller

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

Wat is Scroller?

Scroller is een Chrome-extensie ontwikkeld door http://www.nirodhasoftware.com, en de belangrijkste functie is "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Extensie Screenshots

Download het CRX-bestand van de extensie Scroller

Download Scroller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Officiële URL https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Beschrijving Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Bestandsgrootte 8.09 KB
Aantal Installaties 133
Huidige Versie 0.3
Laatst Bijgewerkt 2014-02-13
Publicatiedatum 2014-02-13
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.nirodhasoftware.com
Betalingswijze free
Extensiewebsite http://www.nirodhasoftware.com/scroller
Help Pagina-URL http://www.nirodhasoftware.com/scroller
Ondersteunde Talen 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:\/\/*\/*"
    ]
}