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…
Hvad er QR Code to Phone Clipboard?
QR Code to Phone Clipboard er en Chrome-udvidelse udviklet af shredderhead, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download QR Code to Phone Clipboard-udvidelses-CRX-fil
Download QR Code to Phone Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | QR Code to Phone Clipboard |
ID | fcdcdobfakahjdnkdfmikhhohiohjmbg |
Officiel URL | https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg |
Beskrivelse | 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… |
Filstørrelse | 11.55 MB |
Antal Installationer | 194 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2023-01-30 |
Udgivelsesdato | 2023-01-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | shredderhead |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |