Scroll Progress Bar

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

Scroll Progress Bar là gì?

Scroll Progress Bar là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scroll Progress Bar

Tải xuống các tệp mở rộng Scroll Progress Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scroll Progress Bar Scroll Progress Bar
ID dfejgdncgcidoeabmpdfbibmmkfbbbaf
URL Chính Thức https://chromewebstore.google.com/detail/scroll-progress-bar/dfejgdncgcidoeabmpdfbibmmkfbbbaf
Mô tả Simple and unobtrusive horizontal progress bar to show how far down a webpage you have scrolled.
Kích Thước Tệp 1019 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-10-21
Ngày Phát Hành 2017-10-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
URL Trang Trợ Giúp https://github.com/philiprlarie/scroll-progress-bar-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}