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