Scroll Progress Bar

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

什麼是Scroll Progress Bar?

Scroll Progress Bar是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.”。

擴展截圖

screenshot

下載Scroll Progress Bar擴展crx文件

下載Scroll Progress Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
官方網址 https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
簡介 Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
檔案大小 1019 KB
安裝次數 193
目前版本 0.0.2
更新時間 2017-10-21
上架時間 2017-10-21
評分 5.00/5 共 2 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
說明頁面URL https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
支援的語言 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"
            ]
        }
    ]
}