Touch & Drag Scroller

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

Touch & Drag Scroller क्या है?

Touch & Drag Scroller tep द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a button to scroll automatically when you drag a finger."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Touch & Drag Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}