sync-scroller

sync scroller position on the same tab

Cos'è sync-scroller?

sync-scroller è un'estensione di Chrome sviluppata da Yu Hongda, e la sua funzione principale è "sync scroller position on the same tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione sync-scroller

Scarica i file di estensione sync-scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        when you open two pages that have the same url, and enable this extension, the two pages will scroll together.                    

Informazioni di Base sull'Estensione

Nome sync-scroller sync-scroller
ID oblelnolgpdaikheobdopadbkbbfledb
URL Ufficiale https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb
Descrizione sync scroller position on the same tab
Dimensione del File 104 KB
Conteggio Installazioni 40
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2021-10-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Yu Hongda
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "sync-scroller",
    "name": "sync-scroller",
    "description": "sync scroller position on the same tab",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-04356628.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/main-0a7c3539.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client-9ab67a89.js",
                "assets\/main.tsx-d339a05e.js"
            ],
            "use_dynamic_url": true
        }
    ]
}