Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Autoscroll : Automatic Page Scrollingคืออะไร?

Autoscroll : Automatic Page Scrolling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emil Vinod และคุณลักษณะหลักของมันคือ "An extension to help scroll a webpage"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autoscroll : Automatic Page Scrolling

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

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

                        This extension is perfect for those who are tired of manually scrolling through long articles, websites, or social media posts. No more tired fingers from scrolling or losing your place on a page. With Autoscroll, you can simply set the pace that you prefer and let the extension do the rest :)

For a guide to the extension visit : https://sites.google.com/view/autoscrollguide/home                    

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

ชื่อ Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
คำอธิบาย An extension to help scroll a webpage
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2023-11-23
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Emil Vinod
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/view/autoscrollguide/home
URL หน้าช่วยเหลือ https://sites.google.com/view/autoscrollguide/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autoscroll : Automatic Page Scrolling",
    "version": "0.0.1",
    "description": "An extension to help scroll a webpage",
    "icons": {
        "16": "Logo.png",
        "32": "Logo.png",
        "48": "Logo.png",
        "128": "Logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "js": "scroll.js"
    },
    "permissions": [
        "activeTab"
    ]
}