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."입니다.
확장 프로그램 스크린샷
Touch & Drag Scroller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |