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