Ctrl-C
Copy text from phone to your desktop
什么是Ctrl-C?
Ctrl-C是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Copy text from phone to your desktop”。
扩展截图
下载Ctrl-C扩展crx文件
下载Ctrl-C扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer. This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go
扩展基本信息
名称 | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
官方URL | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
简介 | Copy text from phone to your desktop |
文件大小 | 624 KB |
安装次数 | 81 |
当前版本 | 0.0.1 |
更新时间 | 2020-06-12 |
上架时间 | 2020-06-12 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ctrl-C", "description": "Copy text from phone to your desktop", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open App" }, "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'", "permissions": [] } |