Scrollr

Scroll a whole page with one click.

What is Scrollr?

Scrollr is a Chrome extension developed by Zauce Tech, and its main feature is "Scroll a whole page with one click.".

Extension Screenshots

screenshot

Download Scrollr Extension CRX File

Download Scrollr 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

                        Perfect for reading articles or scanning through pages hands-free!                    

Extension Basic Information

Name Scrollr Scrollr
ID kmjljfbdjnjbjhfadcnmldhnkklbldng
Official URL https://chromewebstore.google.com/detail/scrollr/kmjljfbdjnjbjhfadcnmldhnkklbldng
Description Scroll a whole page with one click.
File Size 134 KB
Installation Count 1,529
Current Version 1.0.4
Last Updated 2013-07-26
Publish Date 2013-07-25
Rating 3.93/5 Total 14 Ratings
Developer Zauce Tech
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrollr",
    "version": "1.0.4",
    "description": "Scroll a whole page with one click.",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "scrollr-128.png",
        "default_title": "Scrollr"
    },
    "icons": {
        "16": "scrollr-16.png",
        "48": "scrollr-48.png",
        "128": "scrollr-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}