Touch & Drag Scroller
Displays a button to scroll automatically when you drag a finger.
Was ist Touch & Drag Scroller?
Touch & Drag Scroller ist eine Chrome-Erweiterung, die von tep entwickelt wurde, und ihr Hauptmerkmal ist "Displays a button to scroll automatically when you drag a finger.".
Erweiterungsscreenshots
Touch & Drag Scroller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Touch & Drag Scroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Touch & Drag Scroller |
ID | ddgjcdjmppffpfhehjmipgcjgfodicom |
Offizielle URL | https://chromewebstore.google.com/detail/touch-drag-scroller/ddgjcdjmppffpfhehjmipgcjgfodicom |
Beschreibung | Displays a button to scroll automatically when you drag a finger. |
Dateigröße | 48.05 KB |
Installationsanzahl | 1,045 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2015-12-02 |
Veröffentlichungsdatum | 2015-12-02 |
Bewertung | 3.42/5 Insgesamt 12 Bewertungen |
Entwickler | tep |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |