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 |
Eメール | [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": [ " |