Edge Scroll

Scroll the page via the edges

Edge Scroll là gì?

Edge Scroll là một tiện ích mở rộng Chrome được phát triển bởi http://smallurl.in, và tính năng chính của nó là "Scroll the page via the edges".

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

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

                        WIP Edge Scrolling Extension,
When your cursor is within a certain distance of any edge (100px)
the page will scroll for you.
Closer to the edge the faster it scrolls!

This is currently Work In Progress and will soon acquire a settings panel
with some customiseable options.

To disable edge scrolling simply disable the extension!                    

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

Tên Edge Scroll Edge Scroll
ID kdkokagnnhehebchcapggfdfhnaapnpf
URL Chính Thức https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf
Mô tả Scroll the page via the edges
Kích Thước Tệp 3.6 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-08-15
Ngày Phát Hành 2014-08-15
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://smallurl.in
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edge Scroll",
    "description": "Scroll the page via the edges",
    "version": "0.0.1",
    "author": "Xeonr Network",
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scroller_script.js"
            ]
        }
    ],
    "manifest_version": 2
}