Scroll Progress

Shows the scroll progress of current page.

Scroll Progress là gì?

Scroll Progress là một tiện ích mở rộng Chrome được phát triển bởi https://harapeko.netlify.com, và tính năng chính của nó là "Shows the scroll progress of current page.".

Ả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

Tải xuống các tệp mở rộng Scroll Progress 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

                        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                    

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

Tên Scroll Progress Scroll Progress
ID lcmhhnccfbeinmgacmomlkcahidhjifb
URL Chính Thức https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb
Mô tả Shows the scroll progress of current page.
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-02-10
Ngày Phát Hành 2020-02-10
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://harapeko.netlify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/harapeko/scroll-progress
URL Trang Trợ Giúp https://github.com/harapeko/scroll-progress/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}