Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Autoscroll : Automatic Page Scrolling là gì?

Autoscroll : Automatic Page Scrolling là một tiện ích mở rộng Chrome được phát triển bởi Emil Vinod, và tính năng chính của nó là "An extension to help scroll a webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autoscroll : Automatic Page Scrolling

Tải xuống các tệp mở rộng Autoscroll : Automatic Page Scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
URL Chính Thức https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
Mô tả An extension to help scroll a webpage
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2023-11-23
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Emil Vinod
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/autoscrollguide/home
URL Trang Trợ Giúp https://sites.google.com/view/autoscrollguide/home
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}