Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

Cos'è Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension è un'estensione di Chrome sviluppata da gaiverrr, e la sua funzione principale è "Adds smooth scroll to top of the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lepra Smooth Scroll Extension

Scarica i file di estensione Lepra Smooth Scroll Extension 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

                                            

Informazioni di Base sull'Estensione

Nome Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
URL Ufficiale https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Descrizione Adds smooth scroll to top of the current page
Dimensione del File 40.8 KB
Conteggio Installazioni 14
Versione Corrente 1.1
Ultimo Aggiornamento 2013-08-08
Data di Pubblicazione 2013-08-08
Sviluppatore gaiverrr
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lepra Smooth Scroll Extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Adds smooth scroll to top of the current page",
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/background.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "http:\/\/*.leprosorium.ru\/*",
                "http:\/\/leprosorium.ru\/*"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon-48.png"
    },
    "default_locale": "en"
}