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
Eメール [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:\/\/*\/*"
    ]
}