Scroll Progress

Shows the scroll progress of current page.

Scroll Progressとは何ですか?

Scroll Progressはhttps://harapeko.netlify.comによって開発されたChromeの拡張機能で、その主な機能は「Shows the scroll progress of current page.」です。

拡張機能のスクリーンショット

screenshot

Scroll Progress拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}