Tab scroll synchronizer

Synchronize scroll position of tabs

什么是Tab scroll synchronizer?

Tab scroll synchronizer是由Yukai Huang开发的Chrome扩展程序,该扩展的主要功能是“Synchronize scroll position of tabs”。

扩展截图

screenshot

下载Tab scroll synchronizer扩展crx文件

下载Tab scroll synchronizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tab scroll synchronizer Tab scroll synchronizer
ID mnfmkjjofbgocdpdhfchonaefmnikbgc
官方URL https://chromewebstore.google.com/detail/tab-scroll-synchronizer/mnfmkjjofbgocdpdhfchonaefmnikbgc
简介 Synchronize scroll position of tabs
文件大小 125 KB
安装次数 239
当前版本 1.0.2
更新时间 2024-02-08
上架时间 2023-03-05
评分 2.33/5 共9次评分
开发者 Yukai Huang
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Yukaii/tab-scroll-synchronizer
帮助页面URL https://github.com/Yukaii/tab-scroll-synchronizer/issues
支持的语言 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:\/\/*\/*"
    ]
}