Scroll Progress Bar

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

Wat is Scroll Progress Bar?

Scroll Progress Bar is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scroll Progress Bar

Download Scroll Progress Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
Officiële URL https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
Beschrijving Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
Bestandsgrootte 1019 KB
Aantal Installaties 193
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-10-21
Publicatiedatum 2017-10-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Help Pagina-URL https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}