Lubuntu Scrollbars

Makes Chrome/Chromium scrollbars match with Lubuntu.

Qu'est-ce que Lubuntu Scrollbars ?

Lubuntu Scrollbars est une extension Chrome développée par frankbooth, et sa fonction principale est "Makes Chrome/Chromium scrollbars match with Lubuntu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lubuntu Scrollbars

Téléchargez les fichiers d'extension Lubuntu Scrollbars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lubuntu Scrollbars Lubuntu Scrollbars
ID hemkkjpjknkkndhconammdhlhdkjclim
URL Officiel https://chromewebstore.google.com/detail/lubuntu-scrollbars/hemkkjpjknkkndhconammdhlhdkjclim
Description Makes Chrome/Chromium scrollbars match with Lubuntu.
Taille du Fichier 13.08 KB
Nombre d'Installations 2,896
Version Actuelle 12.10
Dernière Mise à Jour 2012-10-19
Date de Publication 2012-10-18
Évaluation 4.81/5 Total 47 Évaluations
Développeur frankbooth
Type de Paiement free
Site Web de l'Extension http://lubuntu.net/
URL de la Page d'Aide http://lubuntu.net/
Langues Prises en Charge 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
}