Scroller

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

Scroller là gì?

Scroller là một tiện ích mở rộng Chrome được phát triển bởi http://www.nirodhasoftware.com, và tính năng chính của nó là "Scrolls to the bottom of web pages that load their content dynamically with AJAX.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Scroller

Tải xuống các tệp mở rộng Scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL Chính Thức https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
Mô tả Scrolls to the bottom of web pages that load their content dynamically with AJAX.
Kích Thước Tệp 8.09 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-02-13
Ngày Phát Hành 2014-02-13
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.nirodhasoftware.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nirodhasoftware.com/scroller
URL Trang Trợ Giúp http://www.nirodhasoftware.com/scroller
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}