Scroll++

A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.

Scroll++とは何ですか?

Scroll++はzoutepopcornによって開発されたChromeの拡張機能で、その主な機能は「A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.」です。

拡張機能のスクリーンショット

screenshot

Scroll++拡張機能のCRXファイルをダウンロード

Scroll++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Scroll++ Scroll++
ID kkbkeemffgiheholedniiicjhipnpdlp
公式URL https://chrome.google.com/webstore/detail/kkbkeemffgiheholedniiicjhipnpdlp
説明 A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.
ファイルサイズ 1.59 MB
インストール数 48
現在のバージョン 0.1.1
最終更新日 2017-01-31
公開日 2017-01-31
開発者 zoutepopcorn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll++",
    "description": "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.",
    "version": "0.1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}