Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

什么是Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension是由gaiverrr开发的Chrome扩展程序,该扩展的主要功能是“Adds smooth scroll to top of the current page”。

扩展截图

screenshot

下载Lepra Smooth Scroll Extension扩展crx文件

下载Lepra Smooth Scroll Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
官方URL https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
简介 Adds smooth scroll to top of the current page
文件大小 40.8 KB
安装次数 14
当前版本 1.1
更新时间 2013-08-08
上架时间 2013-08-08
开发者 gaiverrr
付费类型 free
支持的语言 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"
}