Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

什麼是Blending Scrollbar?

Blending Scrollbar是由Egor Riabysh開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.”。

擴展截圖

screenshot
screenshot

下載Blending Scrollbar擴展crx文件

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

擴展使用說明

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

擴展基本資訊

名稱 Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
官方網址 https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
簡介 Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
檔案大小 17.34 KB
安裝次數 1,209
目前版本 0.1
更新時間 2020-09-12
上架時間 2020-05-02
評分 4.76/5 共 33 次評分
開發者 Egor Riabysh
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}