sync-scroller
sync scroller position on the same tab
什么是sync-scroller?
sync-scroller是由Yu Hongda开发的Chrome扩展程序,该扩展的主要功能是“sync scroller position on the same tab”。
扩展截图
下载sync-scroller扩展crx文件
下载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": [ " |