Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

Qu'est-ce que Lepra Smooth Scroll Extension ?

Lepra Smooth Scroll Extension est une extension Chrome développée par gaiverrr, et sa fonction principale est "Adds smooth scroll to top of the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lepra Smooth Scroll Extension

Téléchargez les fichiers d'extension Lepra Smooth Scroll Extension 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

                                            

Informations de Base sur l'Extension

Nom Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
URL Officiel https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Description Adds smooth scroll to top of the current page
Taille du Fichier 40.8 KB
Nombre d'Installations 14
Version Actuelle 1.1
Dernière Mise à Jour 2013-08-08
Date de Publication 2013-08-08
Développeur gaiverrr
Type de Paiement free
Langues Prises en Charge 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"
}