Clipboard Sync Beta

Sync clipboards of two desktop devices.

什么是Clipboard Sync Beta?

Clipboard Sync Beta是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Sync clipboards of two desktop devices.”。

扩展截图

screenshot

下载Clipboard Sync Beta扩展crx文件

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

扩展使用说明

                        Clipboard sync app syncs clipboard data between two or multiple Desktop devices.

How it works:
1. You pair devices (see instructions below) 
2. You copy something on the first device
3. The copied data appears on the clipboard on the second device
4. And vice versa 

How to pair devices:
1. Install the extension on both devices
2. Open an extension's popup (use the "puzzle" icon in the toolbar to find Clipboard Sync item)
3. Click "Pair" button. Input the code to on the second device

Please note:
- Extension is currently BETA version. Please let us know about bugs on [email protected]
- Syncs only text values. Images and files are TBD. 
- Also we are working on mobile apps that sync Andoird/IOS clipboard with desktop.                    

扩展基本信息

名称 Clipboard Sync Beta Clipboard Sync Beta
ID fjnapmokjlagcbibhioepcfijehhlbpj
官方URL https://chromewebstore.google.com/detail/clipboard-sync-beta/fjnapmokjlagcbibhioepcfijehhlbpj
简介 Sync clipboards of two desktop devices.
文件大小 186 KB
安装次数 3,476
当前版本 0.1
更新时间 2021-12-06
上架时间 2021-12-05
评分 2.25/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Clipbord Sync Beta",
        "default_popup": "popup.html"
    },
    "description": "Sync clipboards of two desktop devices.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Clipboard Sync Beta",
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "version": "0.1"
}