Scroll Progress

Shows the scroll progress of current page.

Scroll Progress란 무엇입니까?

Scroll Progress은(는) https://harapeko.netlify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the scroll progress of current page."입니다.

확장 프로그램 스크린샷

screenshot

Scroll Progress 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Scroll Progress Scroll Progress
ID lcmhhnccfbeinmgacmomlkcahidhjifb
공식 URL https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb
설명 Shows the scroll progress of current page.
파일 크기 197 KB
설치 횟수 169
현재 버전 1.0.2
최근 업데이트 2020-02-10
출시 날짜 2020-02-10
평점 4.00/5 총 1 개의 평점
개발자 https://harapeko.netlify.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/harapeko/scroll-progress
도움말 페이지 URL https://github.com/harapeko/scroll-progress/issues
지원되는 언어 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"
            ]
        }
    ]
}