Ctrl-C
Copy text from phone to your desktop
Was ist Ctrl-C?
Ctrl-C ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Copy text from phone to your desktop".
Erweiterungsscreenshots
Ctrl-C-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ctrl-C-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
Offizielle URL | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
Beschreibung | Copy text from phone to your desktop |
Dateigröße | 624 KB |
Installationsanzahl | 81 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-06-12 |
Veröffentlichungsdatum | 2020-06-12 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |