Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Beautiful Scrollbar란 무엇입니까?

Beautiful Scrollbar은(는) Niels Prins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easy way to a more minimal, clean and beautiful scrollbar!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An easy way to give your browser a better look and feel                    

확장 프로그램 기본 정보

이름 Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
공식 URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
설명 The easy way to a more minimal, clean and beautiful scrollbar!
파일 크기 243 KB
설치 횟수 43
현재 버전 1.1
최근 업데이트 2021-10-02
출시 날짜 2021-09-17
평점 5.00/5 총 3 개의 평점
개발자 Niels Prins
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}