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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}