Scroller

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

Apa itu Scroller?

Scroller adalah ekstensi Chrome yang dikembangkan oleh http://www.nirodhasoftware.com, dan fitur utamanya adalah "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Scroller

Unduh file ekstensi Scroller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Resmi https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Deskripsi Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Ukuran File 8.09 KB
Jumlah Instalasi 133
Versi Saat Ini 0.3
Terakhir Diperbarui 2014-02-13
Tanggal Publikasi 2014-02-13
Penilaian 3.00/5 Total 1 Penilaian
Pengembang http://www.nirodhasoftware.com
Tipe Pembayaran free
Situs Ekstensi http://www.nirodhasoftware.com/scroller
URL Halaman Bantuan http://www.nirodhasoftware.com/scroller
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}