Scroll Progress
Shows the scroll progress of current page.
Wat is Scroll Progress?
Scroll Progress is een Chrome-extensie ontwikkeld door https://harapeko.netlify.com, en de belangrijkste functie is "Shows the scroll progress of current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scroll Progress
Download Scroll Progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lcmhhnccfbeinmgacmomlkcahidhjifb |
| Officiële URL | https://chromewebstore.google.com/detail/scroll-progress/lcmhhnccfbeinmgacmomlkcahidhjifb |
| Beschrijving | Shows the scroll progress of current page. |
| Bestandsgrootte | 197 KB |
| Aantal Installaties | 169 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2020-02-10 |
| Publicatiedatum | 2020-02-10 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://harapeko.netlify.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/harapeko/scroll-progress |
| Help Pagina-URL | https://github.com/harapeko/scroll-progress/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |