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…

Cos'è QR Code to Phone Clipboard?

QR Code to Phone Clipboard è un'estensione di Chrome sviluppata da shredderhead, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QR Code to Phone Clipboard

Scarica i file di estensione QR Code to Phone Clipboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QR Code to Phone Clipboard QR Code to Phone Clipboard
ID fcdcdobfakahjdnkdfmikhhohiohjmbg
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg
Descrizione 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…
Dimensione del File 11.55 MB
Conteggio Installazioni 194
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-01-30
Data di Pubblicazione 2023-01-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore shredderhead
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}