Continuity

Seamlessly syncs all your tabs across multiple devices in real time.

Continuity란 무엇입니까?

Continuity은(는) https://continuitybrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly syncs all your tabs across multiple devices in real time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Continuity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing Continuity, a chrome extension that synchronizes all of your tabs across all devices in real-time. Never again lose track of what you were looking at on your phone when you switch to your computer, or vice versa. Continuity makes it easy to pick up where you left off, no matter what device you're using. This is an extension for laptops and desktop devices, which synchronizes tabs from portable devices like phones and tablets that are using the Continuity browser and vice-versa.

In addition, Continuity offers advanced encryption and privacy features like intelligent privacy reports, in-built ad-blockers to keep your browsing safe from prying eyes. And if you need help finding personalized information or want to learn something new, Continuity's UltraBrowser feature is here to help. With AI-generated responses, UltraSearch provides quick, precise, and personalized suggestions to your questions, making it easier than ever to find what you're looking for. Try Continuity today and enjoy the convenience and security of seamless, synchronized browsing across all of your devices.                    

확장 프로그램 기본 정보

이름 Continuity Continuity
ID iialcggedkdlcbjfmgbmnjofjnlhpccc
공식 URL https://chromewebstore.google.com/detail/continuity/iialcggedkdlcbjfmgbmnjofjnlhpccc
설명 Seamlessly syncs all your tabs across multiple devices in real time.
파일 크기 352 KB
설치 횟수 40
현재 버전 2.2
최근 업데이트 2023-02-17
출시 날짜 2023-01-26
평점 5.00/5 총 1 개의 평점
개발자 https://continuitybrowser.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://continuitybrowser.com/
도움말 페이지 URL https://continuitybrowser.com/privacy
개인정보 보호 정책 페이지 URL http://continuitybrowser.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Continuity",
    "description": "Seamlessly syncs all your tabs across multiple devices in real time.",
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "version": "2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module",
        "presistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "websocket.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "windows",
        "background",
        "storage"
    ]
}