Scroll Progress
Shows the scroll progress of current page.
What is Scroll Progress?
Scroll Progress is a Chrome extension developed by https://harapeko.netlify.com, and its main feature is "Shows the scroll progress of current page.".
Extension Screenshots
Download Scroll Progress Extension CRX File
Download Scroll Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Scroll Progress |
ID | lcmhhnccfbeinmgacmomlkcahidhjifb |
Official URL | https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb |
Description | Shows the scroll progress of current page. |
File Size | 197 KB |
Installation Count | 169 |
Current Version | 1.0.2 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-10 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://harapeko.netlify.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/harapeko/scroll-progress |
Help Page URL | https://github.com/harapeko/scroll-progress/issues |
Supported Languages | 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" ] } ] } |