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
官方網址 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"
            ]
        }
    ]
}