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…
QR Code to Phone Clipboardคืออะไร?
QR Code to Phone Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shredderhead และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code to Phone Clipboard
ดาวน์โหลดไฟล์ส่วนขยาย QR Code to Phone Clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code to Phone Clipboard |
ID | fcdcdobfakahjdnkdfmikhhohiohjmbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg |
คำอธิบาย | 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… |
ขนาดไฟล์ | 11.55 MB |
จำนวนการติดตั้ง | 194 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2023-01-30 |
วันที่เผยแพร่ | 2023-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | shredderhead |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |