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…
Wat is QR Code to Phone Clipboard?
QR Code to Phone Clipboard is een Chrome-extensie ontwikkeld door shredderhead, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Code to Phone Clipboard
Download QR Code to Phone Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QR Code to Phone Clipboard |
ID | fcdcdobfakahjdnkdfmikhhohiohjmbg |
Officiële URL | https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg |
Beschrijving | 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… |
Bestandsgrootte | 11.55 MB |
Aantal Installaties | 194 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2023-01-30 |
Publicatiedatum | 2023-01-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shredderhead |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |