Scroll UP
Scroll UP to the top of the page.
What is Scroll UP?
Scroll UP is a Chrome extension developed by Sameer N Miraj, and its main feature is "Scroll UP to the top of the page.".
Extension Screenshots
Download Scroll UP Extension CRX File
Download Scroll UP 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 UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
Extension Basic Information
Name | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
Official URL | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
Description | Scroll UP to the top of the page. |
File Size | 99.1 KB |
Installation Count | 116 |
Current Version | 0.0.2 |
Last Updated | 2014-06-03 |
Publish Date | 2014-06-03 |
Rating | 3.50/5 Total 6 Ratings |
Developer | Sameer N Miraj |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sf-advanced-code-searcher.web.app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |