Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

Lepra Smooth Scroll Extension là gì?

Lepra Smooth Scroll Extension là một tiện ích mở rộng Chrome được phát triển bởi gaiverrr, và tính năng chính của nó là "Adds smooth scroll to top of the current page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lepra Smooth Scroll Extension

Tải xuống các tệp mở rộng Lepra Smooth Scroll Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
URL Chính Thức https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Mô tả Adds smooth scroll to top of the current page
Kích Thước Tệp 40.8 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-08-08
Ngày Phát Hành 2013-08-08
Nhà Phát Triển gaiverrr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}