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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
}
]
} | |