Lepra Smooth Scroll Extension
Adds smooth scroll to top of the current page
Co to jest Lepra Smooth Scroll Extension?
Lepra Smooth Scroll Extension to rozszerzenie Chrome opracowane przez gaiverrr, a jego główną funkcją jest „Adds smooth scroll to top of the current page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lepra Smooth Scroll Extension
Pobierz pliki rozszerzeń Lepra Smooth Scroll Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Lepra Smooth Scroll Extension |
ID | hlgkpkbdbomomofobmooppogknojncfb |
Oficjalny URL | https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb |
Opis | Adds smooth scroll to top of the current page |
Rozmiar pliku | 40.8 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-08-08 |
Data Publikacji | 2013-08-08 |
Deweloper | gaiverrr |
Typ Płatności | free |
Obsługiwane Języki | 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" } |