Chrome Auto Scroll
Automatically scroll a web page
Chrome Auto Scroll란 무엇입니까?
Chrome Auto Scroll은(는) MichaelStanden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically scroll a web page"입니다.
확장 프로그램 스크린샷
Chrome Auto Scroll 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
확장 프로그램 기본 정보
이름 | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
공식 URL | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
설명 | Automatically scroll a web page |
파일 크기 | 10.18 KB |
설치 횟수 | 3,053 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-11-22 |
출시 날짜 | 2015-11-22 |
평점 | 2.57/5 총 14 개의 평점 |
개발자 | MichaelStanden |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |