Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

Apa itu Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension adalah ekstensi Chrome yang dikembangkan oleh gaiverrr, dan fitur utamanya adalah "Adds smooth scroll to top of the current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lepra Smooth Scroll Extension

Unduh file ekstensi Lepra Smooth Scroll Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
URL Resmi https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Deskripsi Adds smooth scroll to top of the current page
Ukuran File 40.8 KB
Jumlah Instalasi 14
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-08-08
Tanggal Publikasi 2013-08-08
Pengembang gaiverrr
Tipe Pembayaran free
Bahasa yang Didukung 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"
}