Lepra Smooth Scroll Extension
Adds smooth scroll to top of the current page
Was ist Lepra Smooth Scroll Extension?
Lepra Smooth Scroll Extension ist eine Chrome-Erweiterung, die von gaiverrr entwickelt wurde, und ihr Hauptmerkmal ist "Adds smooth scroll to top of the current page".
Erweiterungsscreenshots
Lepra Smooth Scroll Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lepra Smooth Scroll Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Lepra Smooth Scroll Extension |
ID | hlgkpkbdbomomofobmooppogknojncfb |
Offizielle URL | https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb |
Beschreibung | Adds smooth scroll to top of the current page |
Dateigröße | 40.8 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-08-08 |
Veröffentlichungsdatum | 2013-08-08 |
Entwickler | gaiverrr |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |