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…

Was ist QR Code to Phone Clipboard?

QR Code to Phone Clipboard ist eine Chrome-Erweiterung, die von shredderhead entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

QR Code to Phone Clipboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie QR Code to Phone Clipboard-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name QR Code to Phone Clipboard QR Code to Phone Clipboard
ID fcdcdobfakahjdnkdfmikhhohiohjmbg
Offizielle URL https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg
Beschreibung 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…
Dateigröße 11.55 MB
Installationsanzahl 194
Aktuelle Version 0.0.1
Letztes Update 2023-01-30
Veröffentlichungsdatum 2023-01-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler shredderhead
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}