sync-scroller
sync scroller position on the same tab
Что такое sync-scroller?
sync-scroller - это расширение Chrome, разработанное Yu Hongda, и его основная функция - "sync scroller position on the same tab".
Снимки экрана расширения
Скачать файл CRX расширения sync-scroller
Скачайте файлы расширений sync-scroller в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
when you open two pages that have the same url, and enable this extension, the two pages will scroll together.
Основная информация о расширении
Название | sync-scroller |
ID | oblelnolgpdaikheobdopadbkbbfledb |
Официальный URL | https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb |
Описание | sync scroller position on the same tab |
Размер файла | 104 KB |
Количество установок | 40 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2023-11-22 |
Дата публикации | 2021-10-23 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Yu Hongda |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main |
Поддерживаемые языки | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "sync-scroller", "name": "sync-scroller", "description": "sync scroller position on the same tab", "version": "1.1.2", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-04356628.js" ], "matches": [ " |