Scroll Progress

Shows the scroll progress of current page.

Hvad er Scroll Progress?

Scroll Progress er en Chrome-udvidelse udviklet af https://harapeko.netlify.com, og dens hovedfunktion er "Shows the scroll progress of current page.".

Udvidelsesskærmbilleder

screenshot

Download Scroll Progress-udvidelses-CRX-fil

Download Scroll Progress-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Shows the scroll progress of current page.
It will help you to read long documents.

ページのスクロール進捗率を表示します。
長いドキュメントを読む手助けになるでしょう。

# v1.0.2
fix always 0% for chrome61~

Interoperable body/documentElement scroll behavior
https://www.chromestatus.com/feature/6386758136627200

# v1.0.1
renamed app name

# v1.0.0
published                    

Grundlæggende oplysninger om udvidelsen

Navn Scroll Progress Scroll Progress
ID lcmhhnccfbeinmgacmomlkcahidhjifb
Officiel URL https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb
Beskrivelse Shows the scroll progress of current page.
Filstørrelse 197 KB
Antal Installationer 169
Nuværende Version 1.0.2
Senest Opdateret 2020-02-10
Udgivelsesdato 2020-02-10
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler https://harapeko.netlify.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/harapeko/scroll-progress
Hjælpeside-URL https://github.com/harapeko/scroll-progress/issues
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Progress",
    "version": "1.0.2",
    "description": "Shows the scroll progress of current page.",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/scroll_progress.js"
            ]
        }
    ]
}