Custom Scrollbar

Custom Scrollbar is a Chrome extension that allows users to customize the appearance of scrollbars in their browser

什麼是Custom Scrollbar?

Custom Scrollbar是由WhiteDev開發的Chrome擴展程式,該擴展的主要功能是“Custom Scrollbar is a Chrome extension that allows users to customize the appearance of scrollbars in their browser”。

擴展截圖

screenshot

下載Custom Scrollbar擴展crx文件

下載Custom Scrollbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Custom Scrollbar for Chrome is a powerful extension that offers users the ability to customize the appearance of scrollbars within their browser. With over 20 preset designs to choose from, users can easily enhance their browsing experience and make their scrollbar stand out.

One of the key features of Custom Scrollbar is the wide range of presets available. These presets offer different styles, colors, and sizes, providing users with plenty of options to match their personal preferences. Whether you prefer a sleek and minimal design or a bold and vibrant scrollbar, there is a preset to suit every taste.

To get started, users simply need to install the Custom Scrollbar extension from the Chrome Web Store. Once installed, a new icon will appear in the toolbar, allowing users to access the extension's settings and customization options. Users can then select the Presets tab to browse through the available designs.

The Presets tab showcases a thumbnail preview of each preset, making it easy for users to compare and choose their favorite. Clicking on a preset will automatically apply it to the current webpage, allowing users to see the changes in real-time. If the user decides they don't like the selected preset, they can easily switch to a different one or revert to the default scrollbar by clicking on the reset button.

By offering such a large variety of preset designs, Custom Scrollbar ensures that users can find a style that suits their needs. Whether you want a scrollbar that matches your favorite color scheme or complements the overall aesthetic of your browser, Custom Scrollbar has you covered.

In addition to the preset designs, Custom Scrollbar also offers advanced customization options for users who want to create their own unique scrollbar design. The extension provides a user-friendly interface that allows users to tweak various aspects of the scrollbar, such as the color, thickness, and opacity. Users can also choose whether they want to display the scrollbar on the side or bottom of the browser window.

Custom Scrollbar makes it easy to preview changes before applying them. The extension provides a live preview option that showcases the changes as users make them, allowing for instant feedback. This way, users can experiment with different settings and see how they look in real-time, ensuring they achieve the desired result.

Custom Scrollbar also offers a handy feature called "Remember Last Customizations". When this feature is enabled, the extension will remember the user's last customized scrollbar settings and automatically apply them to all webpages. This ensures that users don't have to manually customize the scrollbar each time they visit a new webpage, saving time and effort.

Another noteworthy feature of Custom Scrollbar is its compatibility with various websites and web applications. The extension works seamlessly across different platforms, allowing users to customize scrollbars in popular sites like Facebook, Twitter, YouTube, and many others. This means that users can enjoy a consistent scrollbar design across their favorite websites, creating a unified browsing experience.

Overall, Custom Scrollbar for Chrome is a versatile and user-friendly extension that allows users to customize scrollbars in their browser. With over 20 preset designs to choose from, advanced customization options, and compatibility with popular websites, this extension offers an excellent way to personalize the browsing experience and make the scrollbar stand out. Whether you want a subtle and sleek design or a bold and eye-catching scrollbar, Custom Scrollbar has the tools to help you achieve your desired look.                    

擴展基本資訊

名稱 Custom Scrollbar Custom Scrollbar
ID bbnngmmocfegjkekebllkaijmfoelofn
官方網址 https://chromewebstore.google.com/detail/custom-scrollbar/bbnngmmocfegjkekebllkaijmfoelofn
簡介 Custom Scrollbar is a Chrome extension that allows users to customize the appearance of scrollbars in their browser
檔案大小 1.14 MB
安裝次數 73
目前版本 2.0.1
更新時間 2024-02-13
上架時間 2023-09-15
開發者 WhiteDev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cusmize.com/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon-128.png",
            "256": "\/assets\/icons\/icon-256.png",
            "32": "\/assets\/icons\/icon-32.png",
            "64": "\/assets\/icons\/icon-64.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-customizer.com\/*",
            "*:\/\/*.cusmize.com\/*"
        ]
    },
    "icons": {
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png",
        "32": "\/assets\/icons\/icon-32.png",
        "64": "\/assets\/icons\/icon-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjC9MKucO\/kCzqB2IOihV+tOH+3jG+fueP+g56FlSad6dha7omZ2pN59ZnOTkFtB8O+LCV0TrpErG4UjRB8vuo0IbdStvUdIjarg\/uiBfoggQKg2mgRSr\/aZQXrm18nA4vFqIJiJu1oIiFIPT3uDaS8n5Sn0ofArKDu+Y\/5hgPUc6Zb18UTXseKva\/gsOfOOg0AcqOv0KCXaqf7nXjzQDcRlQPS8FdUqonmrnA0BEKI+LwFT29khw6a9mw3+hyyVhGGBiJ4D5VSVjNzmTg9DDs2gzAx072N5oO0vphUJMY6A38hhy39lfCtJvzwB1wMWpzxje4TC6Aqo\/Ec2I4PA70QIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "version_name": "2.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "\/images\/*.*",
                "\/assets\/*.*"
            ]
        }
    ]
}