Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Was ist Lubuntu Scrollbars?

Lubuntu Scrollbars ist eine Chrome-Erweiterung, die von frankbooth entwickelt wurde, und ihr Hauptmerkmal ist "Makes Chrome/Chromium scrollbars match with Lubuntu.".

Erweiterungsscreenshots

screenshot

Lubuntu Scrollbars-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lubuntu Scrollbars-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
Offizielle URL https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
Beschreibung Makes Chrome/Chromium scrollbars match with Lubuntu.
Dateigröße 13.08 KB
Installationsanzahl 2,896
Aktuelle Version 12.10
Letztes Update 2012-10-19
Veröffentlichungsdatum 2012-10-18
Bewertung 4.81/5 Insgesamt 47 Bewertungen
Entwickler frankbooth
Zahlungsart free
Erweiterungswebsite http://lubuntu.net/
Hilfeseite URL http://lubuntu.net/
Unterstützte Sprachen 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
}