sync-scroller

sync scroller position on the same tab

sync-scrollerคืออะไร?

sync-scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yu Hongda และคุณลักษณะหลักของมันคือ "sync scroller position on the same tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sync-scroller

ดาวน์โหลดไฟล์ส่วนขยาย sync-scroller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}