Scroll Buddy

This extension allows you to automate page scrolling

Scroll Buddy là gì?

Scroll Buddy là một tiện ích mở rộng Chrome được phát triển bởi otoinsa, và tính năng chính của nó là "This extension allows you to automate page scrolling".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scroll Buddy

Tải xuống các tệp mở rộng Scroll Buddy 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

                        Reading a book online or just tired of scrolling?
The usual auto-scroll plugins just ain't cutting it?

Scroll Buddy is here for you.



Control how many pixels to scroll with each line scrolled

Control the timeframe for scroll motion using milliseconds ( 1000 miliseconds = 1 second)

Right click menu to start/stop scrolling for convenience

Simple, elegant interface


Also the browser toolbar popup closes and starts scrolling when you hit the enter key regardless of focused element.                    

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

Tên Scroll Buddy Scroll Buddy
ID iijemcphocnlembodanflickfiafjnmk
URL Chính Thức https://chromewebstore.google.com/detail/scroll-buddy/iijemcphocnlembodanflickfiafjnmk
Mô tả This extension allows you to automate page scrolling
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 1,058
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-12-29
Ngày Phát Hành 2017-10-30
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển otoinsa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://digital-ninja.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "offline_enabled": true,
    "name": "Scroll Buddy",
    "description": "This extension allows you to automate page scrolling",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "contextMenus.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "web_accessible_resources": [
        "icon\/icon48.png",
        "missing-values.png"
    ]
}