Scroll Progress Bar

Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.

What is Scroll Progress Bar?

Scroll Progress Bar is a Chrome extension developed by Unknown, and its main feature is "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.".

Extension Screenshots

screenshot

Download Scroll Progress Bar Extension CRX File

Download Scroll Progress Bar 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

                        When reading a long webpage, it is nice to have a visual aid to see how much progress you've made. This extension adds an unobtrusive horizontal progress bar to the top of your screen that indicated how far down the page you have scrolled.                    

Extension Basic Information

Name Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
Official URL https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
Description Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
File Size 1019 KB
Installation Count 193
Current Version 0.0.2
Last Updated 2017-10-21
Publish Date 2017-10-21
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Help Page URL https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Progress Bar",
    "description": "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}