Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Lubuntu Scrollbars là gì?

Lubuntu Scrollbars là một tiện ích mở rộng Chrome được phát triển bởi frankbooth, và tính năng chính của nó là "Makes Chrome/Chromium scrollbars match with Lubuntu.".

Ả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 Lubuntu Scrollbars

Tải xuống các tệp mở rộng Lubuntu 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

                        This an official Lubuntu extension, that makes your Google Chrome or Chromium web browser use scrollbars that match with the latest version of Lubuntu.

This extension does not need any special permissions to run and styles your scrollbars using pure CSS.

CHANGE LOG:
version 12.10
*) Updated to match Lubuntu 12.10
*) Version number has been changed to match the supported Lubuntu version.

KNOWN ISSUES:
version 12.10
*) Gmail and other Google products want to use their own scrollbars.
*) Very minor color mismatch, will be fixed ASAP.                    

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

Tên Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
URL Chính Thức https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
Mô tả Makes Chrome/Chromium scrollbars match with Lubuntu.
Kích Thước Tệp 13.08 KB
Số Lần Cài Đặt 2,896
Phiên Bản Hiện Tại 12.10
Cập Nhật Lần Cuối 2012-10-19
Ngày Phát Hành 2012-10-18
Đánh Giá 4.81/5 Tổng số 47 Đánh Giá
Nhà Phát Triển frankbooth
Loại Thanh Toán free
Trang Web Mở Rộng http://lubuntu.net/
URL Trang Trợ Giúp http://lubuntu.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Lubuntu Scrollbars",
    "version": "12.10",
    "manifest_version": 2,
    "description": "Makes Chrome\/Chromium scrollbars match with Lubuntu.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scrollbars.css"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true
}