Scroller

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

什麼是Scroller?

Scroller是由http://www.nirodhasoftware.com開發的Chrome擴展程式,該擴展的主要功能是“Scrolls to the bottom of web pages that load their content dynamically with AJAX.”。

擴展截圖

下載Scroller擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}