Scroller

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

Vad är Scroller?

Scroller är en Chrome-tillägg utvecklad av http://www.nirodhasoftware.com, och dess huvudfunktion är "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Tilläggsskärmbilder

Ladda ner Scroller-förlängningens CRX-fil

Ladda ner Scroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
Officiell webbadress https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Beskrivning Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Filstorlek 8.09 KB
Antal Installationer 133
Aktuell Version 0.3
Senast Uppdaterad 2014-02-13
Publiceringsdatum 2014-02-13
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare http://www.nirodhasoftware.com
Betalningssätt free
Tilläggswebbplats http://www.nirodhasoftware.com/scroller
Hjälpsida URL http://www.nirodhasoftware.com/scroller
Stödda Språk 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:\/\/*\/*"
    ]
}