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ファイルをダウンロード

Continuity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}