Scroller

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

Was ist Scroller?

Scroller ist eine Chrome-Erweiterung, die von http://www.nirodhasoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Erweiterungsscreenshots

Scroller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Offizielle URL https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Beschreibung Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Dateigröße 8.09 KB
Installationsanzahl 133
Aktuelle Version 0.3
Letztes Update 2014-02-13
Veröffentlichungsdatum 2014-02-13
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.nirodhasoftware.com
Zahlungsart free
Erweiterungswebsite http://www.nirodhasoftware.com/scroller
Hilfeseite URL http://www.nirodhasoftware.com/scroller
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}