Scroll Top

Scroll top on any pages.

Scroll Top란 무엇입니까?

Scroll Top은(는) https://fiahfy.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scroll top on any pages."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Feature

- Scroll to top on any pages, if you want.

Usage

- If Click the browser action button, scroll to top on current page.                    

확장 프로그램 기본 정보

이름 Scroll Top Scroll Top
ID lpdgclmakohehfcjiohgdbhpjkhmolpo
공식 URL https://chromewebstore.google.com/detail/scroll-top/lpdgclmakohehfcjiohgdbhpjkhmolpo
설명 Scroll top on any pages.
파일 크기 408 KB
설치 횟수 76
현재 버전 1.0.0
최근 업데이트 2015-01-21
출시 날짜 2015-01-21
개발자 https://fiahfy.blogspot.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Top",
    "version": "1.0.0",
    "description": "Scroll top on any pages.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "js\/content_scripts.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}