Clippy
Get your clipboard on sync! Copy and Paste across devices
什么是Clippy?
Clippy是由Kirtan Thakkar开发的Chrome扩展程序,该扩展的主要功能是“Get your clipboard on sync! Copy and Paste across devices”。
扩展截图
下载Clippy扩展crx文件
下载Clippy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clippy - copy and paste across devices
Get your clipboard data on sync across devices
[ Available as an Android App: https://bit.ly/clippy-android ]
Note: Clippy is now out of beta. Know more on https://clippy.works
Copy on one device and your can paste the data to other device within a second. As simple as that.
Improve your productivity. No sending emails to your self or creating drafts. No other notes tools just to copy some information from one device to another.
Did I mention, It's free!
Note: All the clipboard data is transferred over HTTPS and never stored on the server. Be assured. 扩展基本信息
| 名称 | |
| ID | honbeilkanbghjimjoniipnnehlmhggk |
| 官方URL | https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk |
| 简介 | Get your clipboard on sync! Copy and Paste across devices |
| 文件大小 | 866 KB |
| 安装次数 | 2,224 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-03-03 |
| 上架时间 | 2020-06-29 |
| 评分 | 3.57/5 共23次评分 |
| 开发者 | Kirtan Thakkar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://clippy.works |
| 帮助页面URL | https://clippy.works/support |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clippy",
"description": "Get your clipboard on sync! Copy and Paste across devices",
"version": "1.0.0",
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html",
"default_title": "Clippy - your synced clipboard!"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"background",
"notifications",
"gcm",
"storage",
"https:\/\/clippy.works\/"
],
"background": {
"page": "background\/background.html",
"persistent": true
},
"externally_connectable": {
"matches": [
"*:\/\/clippy.works\/*"
]
}
} | |