Scroll Progress
Shows the scroll progress of current page.
Scroll Progressคืออะไร?
Scroll Progress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://harapeko.netlify.com และคุณลักษณะหลักของมันคือ "Shows the scroll progress of current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll Progress
ดาวน์โหลดไฟล์ส่วนขยาย Scroll Progress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |