Scroll to Bottom
Just a Scroll to Bottom Button
Scroll to Bottom란 무엇입니까?
Scroll to Bottom은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a Scroll to Bottom Button"입니다.
확장 프로그램 스크린샷
Scroll to Bottom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the button and scroll to the end of the current page. That's all it does. Options: You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon. Notes: Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").
확장 프로그램 기본 정보
이름 | Scroll to Bottom |
ID | filgdcpknaklibnfoejliopebdipligb |
공식 URL | https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb |
설명 | Just a Scroll to Bottom Button |
파일 크기 | 41.74 KB |
설치 횟수 | 4,881 |
현재 버전 | 1.1.0.0 |
최근 업데이트 | 2020-12-24 |
출시 날짜 | 2019-10-16 |
평점 | 3.44/5 총 18 개의 평점 |
개발자 | https://singleclickapps.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://singleclickapps.com/scroll-to-bottom/ |
개인정보 보호 정책 페이지 URL | https://singleclickapps.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to Bottom", "version": "1.1.0.0", "description": "Just a Scroll to Bottom Button", "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom", "icons": { "16": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon24.png", "default_title": "Scroll to Bottom" }, "permissions": [ "activeTab" ], "offline_enabled": true, "options_page": "settings.html", "manifest_version": 2 } |