Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

Wat is Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension is een Chrome-extensie ontwikkeld door gaiverrr, en de belangrijkste functie is "Adds smooth scroll to top of the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lepra Smooth Scroll Extension

Download Lepra Smooth Scroll Extension-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

                                            

Basisinformatie over de Extensie

Naam Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
Officiële URL https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Beschrijving Adds smooth scroll to top of the current page
Bestandsgrootte 40.8 KB
Aantal Installaties 14
Huidige Versie 1.1
Laatst Bijgewerkt 2013-08-08
Publicatiedatum 2013-08-08
Ontwikkelaar gaiverrr
Betalingswijze free
Ondersteunde Talen 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"
}