Continuity

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

¿Qué es Continuity?

Continuity es una extensión de Chrome desarrollada por https://continuitybrowser.com, y su función principal es "Seamlessly syncs all your tabs across multiple devices in real time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Continuity

Descarga archivos de extensión Continuity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Continuity Continuity
ID iialcggedkdlcbjfmgbmnjofjnlhpccc
URL Oficial https://chromewebstore.google.com/detail/continuity/iialcggedkdlcbjfmgbmnjofjnlhpccc
Descripción Seamlessly syncs all your tabs across multiple devices in real time.
Tamaño del Archivo 352 KB
Cantidad de Instalaciones 40
Versión Actual 2.2
Última Actualización 2023-02-17
Fecha de Publicación 2023-01-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://continuitybrowser.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://continuitybrowser.com/
URL de la Página de Ayuda https://continuitybrowser.com/privacy
URL de la Página de Política de Privacidad http://continuitybrowser.com/privacy
Idiomas Soportados 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"
    ]
}