Better Scrollbar

A minimal scrollbar that gets out of your way.

什麼是Better Scrollbar?

Better Scrollbar是由kaleidoflowers開發的Chrome擴展程式,該擴展的主要功能是“A minimal scrollbar that gets out of your way.”。

擴展截圖

screenshot
screenshot

下載Better Scrollbar擴展crx文件

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

擴展使用說明

                        This plugin replaces the standard scrollbar with a more modern, skinnier, and less interfering one. This is modeled after the scrollbars used by Google in many of their services.

Explanation of "all data on all websites":
For the extension to apply a scrollbar to any site, it must have the ability to modify the css for the current page. This means that "all websites" are injected with the appropriate styles.

Release 0.1.8 9/25/13:
Named changed back to "Better Scrollbar."

Release 0.1.7 9/22/13:
Redesigned slightly, renamed to "Minimal Scrollbar." New icons, slightly more visible.

Release 0.1.6 1/31/13:
Fixed issues with black background on some websites. Colors darkened slightly for users with difficulty seeing the scrollbar on their monitors.

Release 0.1.4, 7/25/12:
Scrollbars now look the same across horizontal and vertical pages.                    

擴展基本資訊

名稱 Better Scrollbar Better Scrollbar
ID hllbomlnkhcgejgcjaidcodpnkefhjcg
官方網址 https://chromewebstore.google.com/detail/better-scrollbar/hllbomlnkhcgejgcjaidcodpnkefhjcg
簡介 A minimal scrollbar that gets out of your way.
檔案大小 11.07 KB
安裝次數 7,000
目前版本 0.1.8
更新時間 2013-09-25
上架時間 2013-09-25
評分 4.07/5 共 82 次評分
開發者 kaleidoflowers
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Scrollbar",
    "description": "A minimal scrollbar that gets out of your way.",
    "version": "0.1.8",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bar.css"
            ]
        }
    ]
}