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