Scroll Progress
Shows the scroll progress of current page.
Apa itu Scroll Progress?
Scroll Progress adalah ekstensi Chrome yang dikembangkan oleh https://harapeko.netlify.com, dan fitur utamanya adalah "Shows the scroll progress of current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scroll Progress
Unduh file ekstensi Scroll Progress dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Scroll Progress |
ID | lcmhhnccfbeinmgacmomlkcahidhjifb |
URL Resmi | https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb |
Deskripsi | Shows the scroll progress of current page. |
Ukuran File | 197 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-02-10 |
Tanggal Publikasi | 2020-02-10 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | https://harapeko.netlify.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/harapeko/scroll-progress |
URL Halaman Bantuan | https://github.com/harapeko/scroll-progress/issues |
Bahasa yang Didukung | 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" ] } ] } |