sync-scroller

sync scroller position on the same tab

What is sync-scroller?

sync-scroller is a Chrome extension developed by Yu Hongda, and its main feature is "sync scroller position on the same tab".

Extension Screenshots

screenshot

Download sync-scroller Extension CRX File

Download sync-scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        when you open two pages that have the same url, and enable this extension, the two pages will scroll together.                    

Extension Basic Information

Name sync-scroller sync-scroller
ID oblelnolgpdaikheobdopadbkbbfledb
Official URL https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb
Description sync scroller position on the same tab
File Size 104 KB
Installation Count 40
Current Version 1.1.2
Last Updated 2023-11-22
Publish Date 2021-10-23
Rating 5.00/5 Total 1 Ratings
Developer Yu Hongda
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main
Supported Languages 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": [
                ""
            ],
            "css": [
                "assets\/main-0a7c3539.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client-9ab67a89.js",
                "assets\/main.tsx-d339a05e.js"
            ],
            "use_dynamic_url": true
        }
    ]
}