Lepra Smooth Scroll Extension

Adds smooth scroll to top of the current page

O que é Lepra Smooth Scroll Extension?

Lepra Smooth Scroll Extension é uma extensão do Chrome desenvolvida por gaiverrr, e sua principal característica é "Adds smooth scroll to top of the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lepra Smooth Scroll Extension

Baixe arquivos de extensão Lepra Smooth Scroll Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Lepra Smooth Scroll Extension Lepra Smooth Scroll Extension
ID hlgkpkbdbomomofobmooppogknojncfb
URL Oficial https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb
Descrição Adds smooth scroll to top of the current page
Tamanho do Arquivo 40.8 KB
Contagem de Instalações 14
Versão Atual 1.1
Última Atualização 2013-08-08
Data de Publicação 2013-08-08
Desenvolvedor gaiverrr
Tipo de Pagamento free
Idiomas Suportados 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"
}