Scroller

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

Qu'est-ce que Scroller ?

Scroller est une extension Chrome développée par http://www.nirodhasoftware.com, et sa fonction principale est "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Scroller

Téléchargez les fichiers d'extension Scroller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Officiel https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Description Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Taille du Fichier 8.09 KB
Nombre d'Installations 133
Version Actuelle 0.3
Dernière Mise à Jour 2014-02-13
Date de Publication 2014-02-13
Évaluation 3.00/5 Total 1 Évaluations
Développeur http://www.nirodhasoftware.com
Type de Paiement free
Site Web de l'Extension http://www.nirodhasoftware.com/scroller
URL de la Page d'Aide http://www.nirodhasoftware.com/scroller
Langues Prises en Charge 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:\/\/*\/*"
    ]
}