Click Sync

Syncs your 'visited' link status between Chrome installs.

Qu'est-ce que Click Sync ?

Click Sync est une extension Chrome développée par https://pento.net, et sa fonction principale est "Syncs your 'visited' link status between Chrome installs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Click Sync

Téléchargez les fichiers d'extension Click Sync 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

                        When you click a link on your computer, it shows up in your history when when open your laptop, but it doesn't show in that purple "visited" colour.

Click Sync will automatically keep that visited status in sync between all of your computers!

For your privacy, your clicks are synced using Chrome's built in sync service.                    

Informations de Base sur l'Extension

Nom Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
URL Officiel https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
Description Syncs your 'visited' link status between Chrome installs.
Taille du Fichier 7.15 KB
Nombre d'Installations 150
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-17
Date de Publication 2018-04-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://pento.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click Sync",
    "version": "1.0",
    "description": "Syncs your 'visited' link status between Chrome installs.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/historyListener.js",
            "js\/storageListener.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "storage",
        "unlimitedStorage"
    ]
}