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
Eメール [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"
}