Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Cos'è Lubuntu Scrollbars?

Lubuntu Scrollbars è un'estensione di Chrome sviluppata da frankbooth, e la sua funzione principale è "Makes Chrome/Chromium scrollbars match with Lubuntu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lubuntu Scrollbars

Scarica i file di estensione Lubuntu Scrollbars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
URL Ufficiale https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
Descrizione Makes Chrome/Chromium scrollbars match with Lubuntu.
Dimensione del File 13.08 KB
Conteggio Installazioni 2,896
Versione Corrente 12.10
Ultimo Aggiornamento 2012-10-19
Data di Pubblicazione 2012-10-18
Valutazione 4.81/5 Totale 47 Valutazioni
Sviluppatore frankbooth
Tipo di Pagamento free
Sito Web dell'Estensione http://lubuntu.net/
URL della Pagina di Aiuto http://lubuntu.net/
Lingue Supportate 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
}