Page Scroller

Adds Scroll function to your mouse.

Page Scrollerとは何ですか?

Page Scrollerはhiatamaworkshopによって開発されたChromeの拡張機能で、その主な機能は「Adds Scroll function to your mouse.」です。

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

screenshot

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

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

拡張機能の使用方法

                        - Holding left click button and touching the left end of the screen will scroll back to the top of the page. 

- Holding left click button and touching the right end of the screen will cancel the previous scroll.                    

拡張機能の基本情報

名前 Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
公式URL https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
説明 Adds Scroll function to your mouse.
ファイルサイズ 8.28 KB
インストール数 93
現在のバージョン 0.1.1
最終更新日 2017-01-11
公開日 2017-01-11
開発者 hiatamaworkshop
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Scroller",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds Scroll function to your mouse.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "scroller.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}