ClypSync
Share clipboard between pc and android phone
什麼是ClypSync?
ClypSync是由https://clypsync.com開發的Chrome擴展程式,該擴展的主要功能是“Share clipboard between pc and android phone”。
擴展截圖
下載ClypSync擴展crx文件
下載ClypSync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
About the app ClypSync is a tool that allows users share their clipboard between computer and android devices. How does it work? Under the hood ClypSync uses socket.io to enable real-time, bidirectional and event-based communication between your computer and android devices ClypSync only stores clipboard data you share on the app onto the cloud so that you can get access to previous clips without a hustle What platforms are supported? Clypsync supports android nougat(android 7.0) devices or later. The chrome extension also supports all desktop environments be it Windows, Linux or Mac. Download the app https://play.google.com/store/apps/details?id=com.deedatbilla.clipshare Is the app free? You have 14 days free trial and after that, if you liked the app you can either subscribe yearly or pay a one time fee to have the app forever. :)
擴展基本資訊
名稱 | ClypSync |
ID | nohnijcnelfamhehknidmbcoblfcllkd |
官方網址 | https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd |
簡介 | Share clipboard between pc and android phone |
檔案大小 | 91.05 KB |
安裝次數 | 31 |
目前版本 | 1.0.6 |
更新時間 | 2021-03-18 |
上架時間 | 2021-03-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://clypsync.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://clypsync.com |
說明頁面URL | https://clypsync.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClypSync", "description": "Share clipboard between pc and android phone", "version": "1.0.6", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage", "https:\/\/clypsync.herokuapp.com\/", "notifications", "background" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } }, "icons": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } } |