Scroller

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

Hvad er Scroller?

Scroller er en Chrome-udvidelse udviklet af http://www.nirodhasoftware.com, og dens hovedfunktion er "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Udvidelsesskærmbilleder

Download Scroller-udvidelses-CRX-fil

Download Scroller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Officiel URL https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Beskrivelse Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Filstørrelse 8.09 KB
Antal Installationer 133
Nuværende Version 0.3
Senest Opdateret 2014-02-13
Udgivelsesdato 2014-02-13
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler http://www.nirodhasoftware.com
Betalingsmetode free
Udvidelseswebsted http://www.nirodhasoftware.com/scroller
Hjælpeside-URL http://www.nirodhasoftware.com/scroller
Understøttede Sprog 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:\/\/*\/*"
    ]
}