Scroller

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

Cos'è Scroller?

Scroller è un'estensione di Chrome sviluppata da http://www.nirodhasoftware.com, e la sua funzione principale è "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Scroller

Scarica i file di estensione Scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Ufficiale https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Descrizione Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Dimensione del File 8.09 KB
Conteggio Installazioni 133
Versione Corrente 0.3
Ultimo Aggiornamento 2014-02-13
Data di Pubblicazione 2014-02-13
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://www.nirodhasoftware.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nirodhasoftware.com/scroller
URL della Pagina di Aiuto http://www.nirodhasoftware.com/scroller
Lingue Supportate 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:\/\/*\/*"
    ]
}