Fast Scroll To Top
Scrolls instantly to top.
What is Fast Scroll To Top?
Fast Scroll To Top is a Chrome extension developed by Guido, and its main feature is "Scrolls instantly to top.".
Extension Screenshots
Download Fast Scroll To Top Extension CRX File
Download Fast Scroll To Top 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
Scroll to top instantly. Just click on the icon. Absolutely lean implementation. Does not come with any CSS. Does not get injected before clicking. Does not need any configuration. Does not include any adware. Does not scroll slowly. Does not overlay your content. Just works! Enjoy the extension. Ratings are welcome!
Extension Basic Information
Name | Fast Scroll To Top |
ID | kphhbalcjpamoncjlnnhlajngdfmpafl |
Official URL | https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl |
Description | Scrolls instantly to top. |
File Size | 4.95 KB |
Installation Count | 282 |
Current Version | 1.2 |
Last Updated | 2014-06-21 |
Publish Date | 2014-06-21 |
Rating | 4.44/5 Total 9 Ratings |
Developer | Guido |
Payment Type | free |
Help Page URL | https://github.com/guido4000/FastScrollToTop |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Scroll To Top", "version": "1.2", "author": "Guido Hoermann", "short_name": "FastScrollToTop", "description": "Scrolls instantly to top.", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Scroll up" }, "permissions": [ "activeTab" ] } |