Win7 Scrollbars

Scrollbars that match Windows 7's native appearance.

Win7 Scrollbars là gì?

Win7 Scrollbars là một tiện ích mở rộng Chrome được phát triển bởi Five4, và tính năng chính của nó là "Scrollbars that match Windows 7's native appearance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Win7 Scrollbars

Tải xuống các tệp mở rộng Win7 Scrollbars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Newer versions of Chrome have replaced the system native scrollbars with a new design that, among other things, lacks the arrow buttons.  This extension restores the scrollbars to the native Windows 7 appearance, including restoring the arrow buttons.



*** FAQs and Common Problems ***

* Why does Chrome warn that Win7 Scrollbars can "access my data on all websites"?  Are you tracking me?

No.

Win7 Scrollbars does NOT "access your data," do any tracking, talk to any servers, or do any other nefarious thing you can think of.  It is implemented in 100% CSS; it contains no JavaScript; and it does not access any external resources.

It does only one thing: restyle the scrollbars.  And it does that entirely locally, on your computer.

Chrome is providing this warning because CSS is technically able to do other things, such as add and remove content from pages that you view.  Win7 Scrollbars doesn't do that, but Chrome has no way of knowing that, so it provides the warning out of an abundance of caution.


* This doesn't work with drop-down menus.

That's correct. As far as I know, it is not possible to fix these with an extension.


* This doesn't work with URLs beginning with chrome://, with Chrome's built-in PDF viewer, or with Chrome's developer tools.

Unfortunately, extensions do not have access to these areas of Chrome.


* This doesn't work with URLs beginning with file://.

It does ... but you have to enable it.  Open Chrome's menu and go to Tools / Extensions, or simply type chrome://extensions in the address bar.  Look for Win7 Scrollbars, and check the box that says "Allow access to file URLs."


* This doesn't work in Chrome's incognito mode.

It does ... but you have to enable it.  Open Chrome's menu and go to Tools / Extensions, or simply type chrome://extensions in the address bar.  Look for Win7 Scrollbars, and check the box that says "Allow in incognito."                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Win7 Scrollbars Win7 Scrollbars
ID cifcnoebhbpdndjendfkpehpfbglgfkc
URL Chính Thức https://chromewebstore.google.com/detail/win7-scrollbars/cifcnoebhbpdndjendfkpehpfbglgfkc
Mô tả Scrollbars that match Windows 7's native appearance.
Kích Thước Tệp 16.42 KB
Số Lần Cài Đặt 30,648
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-01-27
Ngày Phát Hành 2014-01-26
Đánh Giá 4.37/5 Tổng số 254 Đánh Giá
Nhà Phát Triển Five4
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Win7 Scrollbars",
    "version": "1.1",
    "description": "Scrollbars that match Windows 7's native appearance.",
    "icons": {
        "48": "scrollbars-48.png",
        "128": "scrollbars-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}