Smooth Scroller

Automatically scroll a page smoothly by pressing the "s" key

Smooth Scrollerとは何ですか?

Smooth Scrollerはkatherinepeterson96によって開発されたChromeの拡張機能で、その主な機能は「Automatically scroll a page smoothly by pressing the "s" key」です。

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

screenshot

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

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

拡張機能の使用方法

                        Scroll down a webpage at a smooth pace with the press of a button.
Great for recording product/site demos or skimming a webpage. 

Press "S" to scroll.

Press "A" to scroll slowly
Press "D" to scroll fast

Press again to stop.                    

拡張機能の基本情報

名前 Smooth Scroller Smooth Scroller
ID hjgekbidepgklcmfjmnhdkgjbdodhggb
公式URL https://chromewebstore.google.com/detail/smooth-scroller/hjgekbidepgklcmfjmnhdkgjbdodhggb
説明 Automatically scroll a page smoothly by pressing the "s" key
ファイルサイズ 6.94 KB
インストール数 38
現在のバージョン 1.0
最終更新日 2021-02-11
公開日 2021-02-10
評価 3.00/5 合計 2 レビュー
開発者 katherinepeterson96
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Scroller",
    "description": "Automatically scroll a page smoothly by pressing the \"s\" key",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}