Scroll to the bottom
helps users get to the top and bottom of a page instantly
Scroll to the bottom란 무엇입니까?
Scroll to the bottom은(는) Launchpad Digital에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "helps users get to the top and bottom of a page instantly"입니다.
확장 프로그램 스크린샷
Scroll to the bottom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. Try it out!
확장 프로그램 기본 정보
이름 | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
공식 URL | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
설명 | helps users get to the top and bottom of a page instantly |
파일 크기 | 125 KB |
설치 횟수 | 261 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-07-07 |
출시 날짜 | 2021-07-03 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Launchpad Digital |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to the bottom", "description": "helps users get to the top and bottom of a page instantly", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } } } |