sync-scroller

sync scroller position on the same tab

sync-scroller란 무엇입니까?

sync-scroller은(는) Yu Hongda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "sync scroller position on the same tab"입니다.

확장 프로그램 스크린샷

screenshot

sync-scroller 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}