Custom Scroll Bar

Custom Scroll Bar

Qu'est-ce que Custom Scroll Bar ?

Custom Scroll Bar est une extension Chrome développée par Kunihiro Ando, et sa fonction principale est "Custom Scroll Bar".

Télécharger le fichier CRX de l'extension Custom Scroll Bar

Téléchargez les fichiers d'extension Custom Scroll Bar 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

                        CSS injection
  

  Options Page                    

Informations de Base sur l'Extension

Nom Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
URL Officiel https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
Description Custom Scroll Bar
Taille du Fichier 9.59 KB
Nombre d'Installations 136
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-24
Date de Publication 2015-06-24
Évaluation 4.43/5 Total 7 Évaluations
Développeur Kunihiro Ando
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}