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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}