Tab scroll synchronizer

Synchronize scroll position of tabs

Was ist Tab scroll synchronizer?

Tab scroll synchronizer ist eine Chrome-Erweiterung, die von Yukai Huang entwickelt wurde, und ihr Hauptmerkmal ist "Synchronize scroll position of tabs".

Erweiterungsscreenshots

screenshot

Tab scroll synchronizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab scroll synchronizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab scroll synchronizer Tab scroll synchronizer
ID mnfmkjjofbgocdpdhfchonaefmnikbgc
Offizielle URL https://chromewebstore.google.com/detail/tab-scroll-synchronizer/mnfmkjjofbgocdpdhfchonaefmnikbgc
Beschreibung Synchronize scroll position of tabs
Dateigröße 125 KB
Installationsanzahl 239
Aktuelle Version 1.0.2
Letztes Update 2024-02-08
Veröffentlichungsdatum 2023-03-05
Bewertung 2.33/5 Insgesamt 9 Bewertungen
Entwickler Yukai Huang
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Yukaii/tab-scroll-synchronizer
Hilfeseite URL https://github.com/Yukaii/tab-scroll-synchronizer/issues
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}