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
官方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"
    }
}