Ctrl-C
Copy text from phone to your desktop
Qu'est-ce que Ctrl-C ?
Ctrl-C est une extension Chrome développée par Unknown, et sa fonction principale est "Copy text from phone to your desktop".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ctrl-C
Téléchargez les fichiers d'extension Ctrl-C au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
URL Officiel | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
Description | Copy text from phone to your desktop |
Taille du Fichier | 624 KB |
Nombre d'Installations | 81 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-06-12 |
Date de Publication | 2020-06-12 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |