Touch & Drag Scroller

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

什麼是Touch & Drag Scroller?

Touch & Drag Scroller是由tep開發的Chrome擴展程式,該擴展的主要功能是“Displays a button to scroll automatically when you drag a finger.”。

擴展截圖

screenshot
screenshot

下載Touch & Drag Scroller擴展crx文件

下載Touch & Drag Scroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Touch & Drag Scroller Touch & Drag Scroller
ID ddgjcdjmppffpfhehjmipgcjgfodicom
官方網址 https://chromewebstore.google.com/detail/touch-drag-scroller/ddgjcdjmppffpfhehjmipgcjgfodicom
簡介 Displays a button to scroll automatically when you drag a finger.
檔案大小 48.05 KB
安裝次數 1,045
目前版本 1.0.2
更新時間 2015-12-02
上架時間 2015-12-02
評分 3.42/5 共 12 次評分
開發者 tep
付費類型 free
支援的語言 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"
}