Tab scroll synchronizer

Synchronize scroll position of tabs

What is Tab scroll synchronizer?

Tab scroll synchronizer is a Chrome extension developed by Yukai Huang, and its main feature is "Synchronize scroll position of tabs".

Extension Screenshots

screenshot

Download Tab scroll synchronizer Extension CRX File

Download Tab scroll synchronizer 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

                        Tab Scroll Synchronizer is a browser extension that allows you to synchronize the scroll position of multiple tabs.

For example, if you have multiple tabs open to the same website, one is translated into another language, and you want to keep the scroll position in sync, you can use this extension to do so.                    

Extension Basic Information

Name Tab scroll synchronizer Tab scroll synchronizer
ID mnfmkjjofbgocdpdhfchonaefmnikbgc
Official URL https://chromewebstore.google.com/detail/tab-scroll-synchronizer/mnfmkjjofbgocdpdhfchonaefmnikbgc
Description Synchronize scroll position of tabs
File Size 125 KB
Installation Count 239
Current Version 1.0.2
Last Updated 2024-02-08
Publish Date 2023-03-05
Rating 2.33/5 Total 9 Ratings
Developer Yukai Huang
Email [email protected]
Payment Type free
Extension Website https://github.com/Yukaii/tab-scroll-synchronizer
Help Page URL https://github.com/Yukaii/tab-scroll-synchronizer/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.2",
    "author": "yukai",
    "name": "Tab scroll synchronizer",
    "description": "Synchronize scroll position of tabs",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}