Continuity

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

Qu'est-ce que Continuity ?

Continuity est une extension Chrome développée par https://continuitybrowser.com, et sa fonction principale est "Seamlessly syncs all your tabs across multiple devices in real time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Continuity

Téléchargez les fichiers d'extension Continuity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Continuity Continuity
ID iialcggedkdlcbjfmgbmnjofjnlhpccc
URL Officiel https://chromewebstore.google.com/detail/continuity/iialcggedkdlcbjfmgbmnjofjnlhpccc
Description Seamlessly syncs all your tabs across multiple devices in real time.
Taille du Fichier 352 KB
Nombre d'Installations 40
Version Actuelle 2.2
Dernière Mise à Jour 2023-02-17
Date de Publication 2023-01-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://continuitybrowser.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://continuitybrowser.com/
URL de la Page d'Aide https://continuitybrowser.com/privacy
URL de la Page de Politique de Confidentialité http://continuitybrowser.com/privacy
Langues Prises en Charge 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"
    ]
}