Touch & Drag Scroller
Displays a button to scroll automatically when you drag a finger.
¿Qué es Touch & Drag Scroller?
Touch & Drag Scroller es una extensión de Chrome desarrollada por tep, y su función principal es "Displays a button to scroll automatically when you drag a finger.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Touch & Drag Scroller
Descarga archivos de extensión Touch & Drag Scroller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Touch & Drag Scroller |
ID | ddgjcdjmppffpfhehjmipgcjgfodicom |
URL Oficial | https://chromewebstore.google.com/detail/touch-drag-scroller/ddgjcdjmppffpfhehjmipgcjgfodicom |
Descripción | Displays a button to scroll automatically when you drag a finger. |
Tamaño del Archivo | 48.05 KB |
Cantidad de Instalaciones | 1,045 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-12-02 |
Fecha de Publicación | 2015-12-02 |
Calificación | 3.42/5 Total de 12 Calificaciones |
Desarrollador | tep |
Tipo de Pago | free |
Idiomas Soportados | 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" } |