Click Sync

Syncs your 'visited' link status between Chrome installs.

Wat is Click Sync?

Click Sync is een Chrome-extensie ontwikkeld door https://pento.net, en de belangrijkste functie is "Syncs your 'visited' link status between Chrome installs.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Click Sync

Download Click Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
Officiële URL https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
Beschrijving Syncs your 'visited' link status between Chrome installs.
Bestandsgrootte 7.15 KB
Aantal Installaties 150
Huidige Versie 1.0
Laatst Bijgewerkt 2018-04-17
Publicatiedatum 2018-04-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://pento.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}