Autoscroll Plus
Customizable autoscroll with 3 modes and per-URL saving/loading.
Autoscroll Plus란 무엇입니까?
Autoscroll Plus은(는) rhuost에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customizable autoscroll with 3 modes and per-URL saving/loading."입니다.
확장 프로그램 스크린샷
Autoscroll Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Designed to be both powerful and convenient, Autoscroll Plus has three modes and the ability to save and load profiles per URL. Ideal for reading, browsing, and playing along to music. Click the extension icon to activate the extension and open the UI menu. Three modes: 1. Fixed-speed smooth scroll: Automatic scrolling at a precise speed from user input and/or directional buttons. 2. Periodic scroll: Set the page to scroll a specific amount every given number of seconds; perfect for hands-off reading. 3. Timed waypoints: Enter a scroll duration and choose a point on the page (or the top or bottom) to have the page scroll and arrive at that point after the given amount of time; perfect for playing along to guitar tabs and sheet music. Save/Load: If you've found the perfect scroll speed for a page, you can save it and load it again whenever you visit the same URL. Hotkeys (activated by opening UI panel; focus must be on webpage): Space - Pause/Resume Backspace - Stop Arrow Keys - Increment Speed Feedback and bug reports are welcome! Get in touch via the Chrome Web Store or email [email protected].
확장 프로그램 기본 정보
이름 | Autoscroll Plus |
ID | bfmjencelpeamkghefocgikggchnnljk |
공식 URL | https://chromewebstore.google.com/detail/autoscroll-plus/bfmjencelpeamkghefocgikggchnnljk |
설명 | Customizable autoscroll with 3 modes and per-URL saving/loading. |
파일 크기 | 205 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-08-22 |
출시 날짜 | 2021-08-22 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | rhuost |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoscroll Plus", "description": "Customizable autoscroll with 3 modes and per-URL saving\/loading.", "version": "0.0.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "src\/popup.html" }, "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false } } |