sync-scroller
sync scroller position on the same tab
O que é sync-scroller?
sync-scroller é uma extensão do Chrome desenvolvida por Yu Hongda, e sua principal característica é "sync scroller position on the same tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão sync-scroller
Baixe arquivos de extensão sync-scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
when you open two pages that have the same url, and enable this extension, the two pages will scroll together.
Informações Básicas da Extensão
Nome | sync-scroller |
ID | oblelnolgpdaikheobdopadbkbbfledb |
URL Oficial | https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb |
Descrição | sync scroller position on the same tab |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.1.2 |
Última Atualização | 2023-11-22 |
Data de Publicação | 2021-10-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Yu Hongda |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main |
Idiomas Suportados | 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": [ " |