sync-scroller

sync scroller position on the same tab

sync-scroller क्या है?

sync-scroller Yu Hongda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "sync scroller position on the same tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में sync-scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम sync-scroller sync-scroller
ID oblelnolgpdaikheobdopadbkbbfledb
आधिकारिक URL https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb
विवरण sync scroller position on the same tab
फ़ाइल का आकार 104 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2021-10-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Yu Hongda
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main
समर्थित भाषाएँ 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
        }
    ]
}