Clipboard Sync Beta
Sync clipboards of two desktop devices.
O que é Clipboard Sync Beta?
Clipboard Sync Beta é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Sync clipboards of two desktop devices.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clipboard Sync Beta
Baixe arquivos de extensão Clipboard Sync Beta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Clipboard Sync Beta |
ID | fjnapmokjlagcbibhioepcfijehhlbpj |
URL Oficial | https://chromewebstore.google.com/detail/clipboard-sync-beta/fjnapmokjlagcbibhioepcfijehhlbpj |
Descrição | Sync clipboards of two desktop devices. |
Tamanho do Arquivo | 186 KB |
Contagem de Instalações | 3,476 |
Versão Atual | 0.1 |
Última Atualização | 2021-12-06 |
Data de Publicação | 2021-12-05 |
Classificação | 2.25/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |