Scroll Progress

Shows the scroll progress of current page.

Τι είναι το Scroll Progress;

Το Scroll Progress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://harapeko.netlify.com, και η κύρια λειτουργία του είναι "Shows the scroll progress of current page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Scroll Progress

Λήψη αρχείων επέκτασης Scroll Progress σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scroll Progress Scroll Progress
ID lcmhhnccfbeinmgacmomlkcahidhjifb
Επίσημο URL https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb
Περιγραφή Shows the scroll progress of current page.
Μέγεθος Αρχείου 197 KB
Αριθμός Εγκαταστάσεων 169
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-02-10
Ημερομηνία Δημοσίευσης 2020-02-10
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://harapeko.netlify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/harapeko/scroll-progress
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/harapeko/scroll-progress/issues
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}