Scroll Progress Bar

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

Qu'est-ce que Scroll Progress Bar ?

Scroll Progress Bar est une extension Chrome développée par Unknown, et sa fonction principale est "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scroll Progress Bar

Téléchargez les fichiers d'extension Scroll Progress Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
URL Officiel 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.
Taille du Fichier 1019 KB
Nombre d'Installations 193
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-10-21
Date de Publication 2017-10-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
URL de la Page d'Aide https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Langues Prises en Charge 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"
            ]
        }
    ]
}