Smooth Scroller

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

Smooth Scrollerคืออะไร?

Smooth Scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katherinepeterson96 และคุณลักษณะหลักของมันคือ "Automatically scroll a page smoothly by pressing the "s" key"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smooth Scroller

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}