QR Code to Phone Clipboard
Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can…
¿Qué es QR Code to Phone Clipboard?
QR Code to Phone Clipboard es una extensión de Chrome desarrollada por shredderhead, y su función principal es "Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QR Code to Phone Clipboard
Descarga archivos de extensión QR Code to Phone Clipboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can automatically copy the text to your phone's clipboard. Copy your computer clipboard to your phone using this easy QR Code Chrome Extension. Scan the QR Code with your phone and it copies text from your computer directly to your phone clipboard. Improve your workflow :) Please rate if you like this extension.
Información Básica de la Extensión
Nombre | QR Code to Phone Clipboard |
ID | fcdcdobfakahjdnkdfmikhhohiohjmbg |
URL Oficial | https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg |
Descripción | Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can… |
Tamaño del Archivo | 11.55 MB |
Cantidad de Instalaciones | 194 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-01-30 |
Fecha de Publicación | 2023-01-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | shredderhead |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QR Code to Phone Clipboard", "version": "0.0.1", "icons": { "32": "images\/icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Copy text to phone" }, "background": { "service_worker": "background.js" } } |