Click Sync

Syncs your 'visited' link status between Chrome installs.

O que é Click Sync?

Click Sync é uma extensão do Chrome desenvolvida por https://pento.net, e sua principal característica é "Syncs your 'visited' link status between Chrome installs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Click Sync

Baixe arquivos de extensão Click Sync no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
URL Oficial https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
Descrição Syncs your 'visited' link status between Chrome installs.
Tamanho do Arquivo 7.15 KB
Contagem de Instalações 150
Versão Atual 1.0
Última Atualização 2018-04-17
Data de Publicação 2018-04-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://pento.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}