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 |
官方網址 | 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": [] } |