Scroll UP

Scroll UP to the top of the page.

Scroll UP란 무엇입니까?

Scroll UP은(는) Sameer N Miraj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scroll UP to the top of the page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

확장 프로그램 기본 정보

이름 Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
공식 URL https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
설명 Scroll UP to the top of the page.
파일 크기 99.1 KB
설치 횟수 116
현재 버전 0.0.2
최근 업데이트 2014-06-03
출시 날짜 2014-06-03
평점 3.50/5 총 6 개의 평점
개발자 Sameer N Miraj
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sf-advanced-code-searcher.web.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}