使用 Chrome 跨设备复制
Copy across devices using Chrome
所以我知道 Chrome 有一个功能可以在您的计算机(我的情况是 MacBook)上复制一些东西,然后将它复制到您的 android phone 上。它看起来像这样:
This article 说明通过启用以下实验性标志来激活该功能:
- 使接收器设备能够处理共享剪贴板功能
- 启用要处理的共享剪贴板功能信号
- 同步剪贴板服务
只是我没有看到这些标志。
如何才能继续使用此功能?
Chrome for Windows\Mac\Linux 在 2021 年 8 月之前具有“共享剪贴板”功能,当时出于安全原因放弃了非 ChromeOS 设备的剪贴板功能尽我所知,但是用“酸洗”作为方法从头开始重写:
- https://github.com/w3c/editing/blob/gh-pages/docs/clipboard-pickling/explainer.md#pickling-for-async-clipboard-api
- https://groups.google.com/a/chromium.org/g/mac-reviews/c/YPNrRBjGGbA
- https://groups.google.com/a/chromium.org/g/blink-dev/c/Lo7WBM_v_LY/m/LncCKkXeAwAJ
遗憾的是,这 3 个标志在完成跨设备 copy\paste 剪贴板的 rebuild 之前消失了:
- #shared-clipboard-receiver
- #shared-clipboard-ui
- #shared-clipboard-service
Here is a screenshot showing the Shared Clipboard flags until August 2021.
许多网站还没有从他们的 guides 中删除这个。
你不会发疯,我现在真的很想念它,因为我在 Chromebook、Android、Macbook 和 [=43] 上使用 Chrome 跨设备=]个人电脑
谢谢 @Michal for all the work to find some of this. I found some updated \ related links about some of the re-development work going into all this that @Herman 也可能有用。
- How to Use Clipboard Sharing on Google Chrome - (现在是过时的信息)
然后附近分享和其他信息:
- Google is bringing Nearby Share and Fast Pair to Windows PCs(2022 年 1 月 5 日)(9to5Google.com)
- Google Chrome for Windows is getting its own ‘Sharing Hub’(2021 年 5 月 12 日)(WindowsLatest.com)
- How to use the share button in Google Chrome on desktop and Android(2021 年 12 月 9 日)(9to5Google.com)
- 'Nearby Share' 上的旧项目首先作为跨平台项目出现在所有 Chrome 版本中,甚至是暂时的 MacOS:Nearby Sharing is coming to Chrome on Windows 10(2020 年 7 月 31 日) (Techdows.com)
还有一些关于共享文件的其他新闻可能更 ChromeOS 相关,其中包含 Chrome git 链接:
- Google wants to make file transfers on Chrome OS much easier with 'Self Share'(2022 年 1 月 19 日)(AndroidCentral.com)
- Chromium Gerrit - [Nearby] [Self Share] Add feature flag for Self Share
- Google 正在为 Chrome OS 开发一个漂亮的新自我分享功能
(2022 年 1 月)(Android 警察)
所以我知道 Chrome 有一个功能可以在您的计算机(我的情况是 MacBook)上复制一些东西,然后将它复制到您的 android phone 上。它看起来像这样:
This article 说明通过启用以下实验性标志来激活该功能:
- 使接收器设备能够处理共享剪贴板功能
- 启用要处理的共享剪贴板功能信号
- 同步剪贴板服务
只是我没有看到这些标志。
如何才能继续使用此功能?
Chrome for Windows\Mac\Linux 在 2021 年 8 月之前具有“共享剪贴板”功能,当时出于安全原因放弃了非 ChromeOS 设备的剪贴板功能尽我所知,但是用“酸洗”作为方法从头开始重写:
- https://github.com/w3c/editing/blob/gh-pages/docs/clipboard-pickling/explainer.md#pickling-for-async-clipboard-api
- https://groups.google.com/a/chromium.org/g/mac-reviews/c/YPNrRBjGGbA
- https://groups.google.com/a/chromium.org/g/blink-dev/c/Lo7WBM_v_LY/m/LncCKkXeAwAJ
遗憾的是,这 3 个标志在完成跨设备 copy\paste 剪贴板的 rebuild 之前消失了:
- #shared-clipboard-receiver
- #shared-clipboard-ui
- #shared-clipboard-service
Here is a screenshot showing the Shared Clipboard flags until August 2021.
许多网站还没有从他们的 guides 中删除这个。
你不会发疯,我现在真的很想念它,因为我在 Chromebook、Android、Macbook 和 [=43] 上使用 Chrome 跨设备=]个人电脑
谢谢 @Michal for all the work to find some of this. I found some updated \ related links about some of the re-development work going into all this that @Herman 也可能有用。
- How to Use Clipboard Sharing on Google Chrome - (现在是过时的信息)
然后附近分享和其他信息:
- Google is bringing Nearby Share and Fast Pair to Windows PCs(2022 年 1 月 5 日)(9to5Google.com)
- Google Chrome for Windows is getting its own ‘Sharing Hub’(2021 年 5 月 12 日)(WindowsLatest.com)
- How to use the share button in Google Chrome on desktop and Android(2021 年 12 月 9 日)(9to5Google.com)
- 'Nearby Share' 上的旧项目首先作为跨平台项目出现在所有 Chrome 版本中,甚至是暂时的 MacOS:Nearby Sharing is coming to Chrome on Windows 10(2020 年 7 月 31 日) (Techdows.com)
还有一些关于共享文件的其他新闻可能更 ChromeOS 相关,其中包含 Chrome git 链接:
- Google wants to make file transfers on Chrome OS much easier with 'Self Share'(2022 年 1 月 19 日)(AndroidCentral.com)
- Chromium Gerrit - [Nearby] [Self Share] Add feature flag for Self Share
- Google 正在为 Chrome OS 开发一个漂亮的新自我分享功能 (2022 年 1 月)(Android 警察)