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是由shredderhead開發的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…”。

擴展截圖

screenshot
screenshot

下載QR Code to Phone Clipboard擴展crx文件

下載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 QR Code to Phone Clipboard
ID fcdcdobfakahjdnkdfmikhhohiohjmbg
官方網址 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"
    }
}