Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
What is Autoscroll?
Autoscroll is a Chrome extension developed by danny.hope, and its main feature is "Scroll to the bottom of the page - Created with http://blog.self.li".
Download Autoscroll Extension CRX File
Download Autoscroll 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
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
Extension Basic Information
Name | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
Official URL | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
Description | Scroll to the bottom of the page - Created with http://blog.self.li |
File Size | 6.66 KB |
Installation Count | 4,000 |
Current Version | 0.1 |
Last Updated | 2014-11-21 |
Publish Date | 2014-11-21 |
Rating | 4.55/5 Total 22 Ratings |
Developer | danny.hope |
Payment Type | free |
Extension Website | https://github.com/dannyhope/autoscroll |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Autoscroll" }, "name": "Autoscroll", "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li", "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |