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
电子邮箱 [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"
    ]
}