Scroller

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

Scroller क्या है?

Scroller http://www.nirodhasoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrolls to the bottom of web pages that load their content dynamically with AJAX."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}