Clipboard Sync Beta
Sync clipboards of two desktop devices.
Apa itu Clipboard Sync Beta?
Clipboard Sync Beta adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Sync clipboards of two desktop devices.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clipboard Sync Beta
Unduh file ekstensi Clipboard Sync Beta dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Clipboard Sync Beta |
ID | fjnapmokjlagcbibhioepcfijehhlbpj |
URL Resmi | https://chromewebstore.google.com/detail/clipboard-sync-beta/fjnapmokjlagcbibhioepcfijehhlbpj |
Deskripsi | Sync clipboards of two desktop devices. |
Ukuran File | 186 KB |
Jumlah Instalasi | 3,476 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-12-06 |
Tanggal Publikasi | 2021-12-05 |
Penilaian | 2.25/5 Total 4 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |