Auto Scroll Down

Customizable auto scroll web pages

Auto Scroll Downคืออะไร?

Auto Scroll Down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fernandapg82 และคุณลักษณะหลักของมันคือ "Customizable auto scroll web pages"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Scroll Down

ดาวน์โหลดไฟล์ส่วนขยาย Auto Scroll Down ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Scroll Down Auto Scroll Down
ID lnagemjinihjlbhmohaaacdflafjdkmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm
คำอธิบาย Customizable auto scroll web pages
ขนาดไฟล์ 8.05 KB
จำนวนการติดตั้ง 951
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2023-05-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา fernandapg82
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/FP22FD/auto-scroll-down-chrome-extension
URL หน้าช่วยเหลือ https://github.com/FP22FD/auto-scroll-down-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll Down",
    "version": "0.0.1",
    "description": "Customizable auto scroll web pages",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icons\/autoscroll.png",
            "128": "icons\/autoscroll.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    },
    "options_page": "options\/options.html"
}