Tab scroll synchronizer

Synchronize scroll position of tabs

Apa itu Tab scroll synchronizer?

Tab scroll synchronizer adalah ekstensi Chrome yang dikembangkan oleh Yukai Huang, dan fitur utamanya adalah "Synchronize scroll position of tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab scroll synchronizer

Unduh file ekstensi Tab scroll synchronizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tab scroll synchronizer Tab scroll synchronizer
ID mnfmkjjofbgocdpdhfchonaefmnikbgc
URL Resmi https://chromewebstore.google.com/detail/tab-scroll-synchronizer/mnfmkjjofbgocdpdhfchonaefmnikbgc
Deskripsi Synchronize scroll position of tabs
Ukuran File 125 KB
Jumlah Instalasi 239
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-08
Tanggal Publikasi 2023-03-05
Penilaian 2.33/5 Total 9 Penilaian
Pengembang Yukai Huang
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Yukaii/tab-scroll-synchronizer
URL Halaman Bantuan https://github.com/Yukaii/tab-scroll-synchronizer/issues
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}