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" ] } ] } |