Click Sync

Syncs your 'visited' link status between Chrome installs.

Cos'è Click Sync?

Click Sync è un'estensione di Chrome sviluppata da https://pento.net, e la sua funzione principale è "Syncs your 'visited' link status between Chrome installs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Click Sync

Scarica i file di estensione Click Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
URL Ufficiale https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
Descrizione Syncs your 'visited' link status between Chrome installs.
Dimensione del File 7.15 KB
Conteggio Installazioni 150
Versione Corrente 1.0
Ultimo Aggiornamento 2018-04-17
Data di Pubblicazione 2018-04-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://pento.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}