sync-scroller

sync scroller position on the same tab

sync-scroller là gì?

sync-scroller là một tiện ích mở rộng Chrome được phát triển bởi Yu Hongda, và tính năng chính của nó là "sync scroller position on the same tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng sync-scroller

Tải xuống các tệp mở rộng sync-scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên sync-scroller sync-scroller
ID oblelnolgpdaikheobdopadbkbbfledb
URL Chính Thức https://chromewebstore.google.com/detail/sync-scroller/oblelnolgpdaikheobdopadbkbbfledb
Mô tả sync scroller position on the same tab
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2021-10-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yu Hongda
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/yuhongda/chrome-extensions-sync-scroller/tree/main
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}