Scroll to Top

Just a Scroll to Top Button

Scroll to Top란 무엇입니까?

Scroll to Top은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a Scroll to Top Button"입니다.

확장 프로그램 스크린샷

screenshot

Scroll to Top 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

확장 프로그램 기본 정보

이름 Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
공식 URL https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
설명 Just a Scroll to Top Button
파일 크기 39.64 KB
설치 횟수 3,344
현재 버전 2.1.1.0
최근 업데이트 2020-12-24
출시 날짜 2019-10-25
평점 4.78/5 총 41 개의 평점
개발자 https://singleclickapps.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://singleclickapps.com/scroll-button/
개인정보 보호 정책 페이지 URL https://singleclickapps.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "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 Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}