Lepra Scroll Extension
Adds sctoll-to-top field.
What is Lepra Scroll Extension?
Lepra Scroll Extension is a Chrome extension developed by Ivan Petrov, and its main feature is "Adds sctoll-to-top field.".
Extension Screenshots
Download Lepra Scroll Extension Extension CRX File
Download Lepra Scroll Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Добавляет слева область-кнопку для быстрой прокрутки окна наверх.
Extension Basic Information
Name | Lepra Scroll Extension |
ID | ggmjefghcidmenpenfkkgmofilplomgk |
Official URL | https://chromewebstore.google.com/detail/lepra-scroll-extension/ggmjefghcidmenpenfkkgmofilplomgk |
Description | Adds sctoll-to-top field. |
File Size | 848 KB |
Installation Count | 78 |
Current Version | 1.2.1 |
Last Updated | 2014-05-17 |
Publish Date | 2014-05-17 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Ivan Petrov |
Payment Type | free |
Extension Website | http://leprosorium.ru/comments/1339423 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lepra Scroll Extension", "version": "1.2.1", "manifest_version": 2, "description": "Adds sctoll-to-top field.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.leprosorium.ru\/*", "http:\/\/leprosorium.ru\/*" ], "js": [ "leprascroll.user.js" ] } ] } |