Custom Scroll Bar

Custom Scroll Bar

Wat is Custom Scroll Bar?

Custom Scroll Bar is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Custom Scroll Bar".

Download het CRX-bestand van de extensie Custom Scroll Bar

Download Custom Scroll Bar-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

                        CSS injection
  

  Options Page                    

Basisinformatie over de Extensie

Naam Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
Officiële URL https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
Beschrijving Custom Scroll Bar
Bestandsgrootte 9.59 KB
Aantal Installaties 136
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-24
Publicatiedatum 2015-06-24
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Kunihiro Ando
Betalingswijze free
Ondersteunde Talen 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"
}