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
官方網址 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"
    ]
}