Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Lubuntu Scrollbars란 무엇입니까?

Lubuntu Scrollbars은(는) frankbooth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes Chrome/Chromium scrollbars match with Lubuntu."입니다.

확장 프로그램 스크린샷

screenshot

Lubuntu Scrollbars 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
공식 URL https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
설명 Makes Chrome/Chromium scrollbars match with Lubuntu.
파일 크기 13.08 KB
설치 횟수 2,896
현재 버전 12.10
최근 업데이트 2012-10-19
출시 날짜 2012-10-18
평점 4.81/5 총 47 개의 평점
개발자 frankbooth
결제 유형 free
확장 프로그램 웹 사이트 http://lubuntu.net/
도움말 페이지 URL http://lubuntu.net/
지원되는 언어 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
}