Rescroller

Decorate your scrollbars.

Rescroller란 무엇입니까?

Rescroller은(는) David Watkins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decorate your scrollbars."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually.

Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller                    

확장 프로그램 기본 정보

이름 Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
공식 URL https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
설명 Decorate your scrollbars.
파일 크기 320 KB
설치 횟수 42,842
현재 버전 1.3
최근 업데이트 2016-08-08
출시 날짜 2016-08-07
평점 4.43/5 총 360 개의 평점
개발자 David Watkins
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rescroller",
    "version": "1.3",
    "version_name": "1.3",
    "manifest_version": 2,
    "description": "Decorate your scrollbars.",
    "icons": {
        "16": "appicons\/icon16.png",
        "19": "appicons\/icon19.png",
        "48": "appicons\/icon48.png",
        "128": "appicons\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Rescroller Settings",
        "default_icon": "appicons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/cssjson.js",
            "js\/rescroller.js",
            "js\/background.js"
        ],
        "persistant": false
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/defaults\/up.png",
        "images\/defaults\/down.png",
        "images\/defaults\/left.png",
        "images\/defaults\/right.png"
    ]
}