Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Wat is Lubuntu Scrollbars?

Lubuntu Scrollbars is een Chrome-extensie ontwikkeld door frankbooth, en de belangrijkste functie is "Makes Chrome/Chromium scrollbars match with Lubuntu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lubuntu Scrollbars

Download Lubuntu Scrollbars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
Officiële URL https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
Beschrijving Makes Chrome/Chromium scrollbars match with Lubuntu.
Bestandsgrootte 13.08 KB
Aantal Installaties 2,896
Huidige Versie 12.10
Laatst Bijgewerkt 2012-10-19
Publicatiedatum 2012-10-18
Beoordeling 4.81/5 Totaal 47 Beoordelingen
Ontwikkelaar frankbooth
Betalingswijze free
Extensiewebsite http://lubuntu.net/
Help Pagina-URL http://lubuntu.net/
Ondersteunde Talen 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
}