Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

What is Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension is a Chrome extension developed by gaiverrr, and its main feature is "Adds smooth scroll to top of the current page".

Extension Screenshots

screenshot

Download Lepra Smooth Scroll Extension Extension CRX File

Download Lepra Smooth Scroll Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
Official URL https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Description Adds smooth scroll to top of the current page
File Size 40.8 KB
Installation Count 14
Current Version 1.1
Last Updated 2013-08-08
Publish Date 2013-08-08
Developer gaiverrr
Payment Type free
Supported Languages 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"
}