Touch & Drag Scroller

Displays a button to scroll automatically when you drag a finger.

Touch & Drag Scroller là gì?

Touch & Drag Scroller là một tiện ích mở rộng Chrome được phát triển bởi tep, và tính năng chính của nó là "Displays a button to scroll automatically when you drag a finger.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Touch & Drag Scroller

Tải xuống các tệp mở rộng Touch & Drag Scroller 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

                        Great for tablets!

Do you back and forth many times your finger to scroll a long page?
This extension displays a button for scrolling easily even when the touch operation.
When you start the drag from this button, until you release your finger from the screen, the screen will continue to scroll automatically in the direction you drag.

* You can adjust the speed of the scroll by distance you drag.
* You can adjust the position and size of the button in the settings page.
* This button will also work with a mouse.

New in Version 1.0.2:
* Bug fix by cause of chrome update.
* Improved the option panel.
* Larger button can now be selected.

New in Version 1.0.1:
Fixed an bug that links do not work after touching the scroller.                    

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

Tên Touch & Drag Scroller Touch & Drag Scroller
ID ddgjcdjmppffpfhehjmipgcjgfodicom
URL Chính Thức https://chromewebstore.google.com/detail/touch-drag-scroller/ddgjcdjmppffpfhehjmipgcjgfodicom
Mô tả Displays a button to scroll automatically when you drag a finger.
Kích Thước Tệp 48.05 KB
Số Lần Cài Đặt 1,045
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-12-02
Ngày Phát Hành 2015-12-02
Đánh Giá 3.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển tep
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_extExp__",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/scroller.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}