Click Sync

Syncs your 'visited' link status between Chrome installs.

什么是Click Sync?

Click Sync是由https://pento.net开发的Chrome扩展程序,该扩展的主要功能是“Syncs your 'visited' link status between Chrome installs.”。

扩展截图

screenshot
screenshot
screenshot

下载Click Sync扩展crx文件

下载Click Sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
官方URL https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
简介 Syncs your 'visited' link status between Chrome installs.
文件大小 7.15 KB
安装次数 150
当前版本 1.0
更新时间 2018-04-17
上架时间 2018-04-16
评分 5.00/5 共2次评分
开发者 https://pento.net
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}