Scroller

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

Τι είναι το Scroller;

Το Scroller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.nirodhasoftware.com, και η κύρια λειτουργία του είναι "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Scroller

Λήψη αρχείων επέκτασης Scroller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Επίσημο URL https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Περιγραφή Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Μέγεθος Αρχείου 8.09 KB
Αριθμός Εγκαταστάσεων 133
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2014-02-13
Ημερομηνία Δημοσίευσης 2014-02-13
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://www.nirodhasoftware.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.nirodhasoftware.com/scroller
Διεύθυνση URL της Σελίδας Βοήθειας http://www.nirodhasoftware.com/scroller
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}